- notify(OnlineEngine<E>, String, int, int, double) - Method in interface pt.utl.ist.online.learning.engines.info.EngineObserver
-
Passes information to this EngineObserver, this information is the
OnlineEngine object, a classifier name, the iteration number when
it was called and how many updates the data instances generated
- notify(OnlineEngine<E>, String, int, int) - Method in interface pt.utl.ist.online.learning.engines.info.EngineObserver
-
Passes information to this EngineObserver, this information is the
OnlineEngine object, a classifier name, the iteration number when
it was called and how many updates the data instances generated
- notify(OnlineEngine<E>, String, int, int, double) - Method in class pt.utl.ist.online.learning.engines.info.EnginePrinter
-
- notify(OnlineEngine<E>, String, int, int) - Method in class pt.utl.ist.online.learning.engines.info.EnginePrinter
-
- numSVs() - Method in class pt.utl.ist.online.learning.engines.KernelPegasosEngine
-
Gets the number of SVs (Support Vectors)
SVs are data instance with non-zero weights in this model