Interface | Description |
---|---|
OnlineEngine<E> |
Specifies the behaviour of any online engine.
|
OnlineEngine.Conf<E1> |
The interface OnlineEngine.Conf specifies the parameters to
create an OnlineEngine object, this class is mainly intended to define
the behaviour of an OnlineEngine and reproduce it for solutions that
need to replicate OnlineEngines with the same initial properties.
|
Class | Description |
---|---|
KernelPegasosEngine<E> |
implements the Pegasos algorithm and maintains the SVM model produced by
the algorithm in such a way it is allowed to be re-trained
|
KernelPegasosEngine.Conf<E1> |
Defines the configuration parameters to create OnlineEngines of the
type
KernelPegasosEngine |