- objectiveValue(List<DataObject<E>>, Map<Integer, Boolean>) - Method in class pt.utl.ist.online.learning.engines.KernelPegasosEngine
-
Computes the objective function value for the provided labelled data
samples
- OneVsAllMulticlassMethod<E,L extends java.lang.Comparable<L>> - Class in pt.utl.ist.online.learning.multiclass
-
Implements the One Vs All heuristic used for multi-class classification problems.
- OneVsAllMulticlassMethod(OnlineEngine.Conf<E>) - Constructor for class pt.utl.ist.online.learning.multiclass.OneVsAllMulticlassMethod
-
Creates a multi-class method based on the One Vs all heuristic
- OnlineEngine<E> - Interface in pt.utl.ist.online.learning.engines
-
Specifies the behaviour of any online engine.
- OnlineEngine.Conf<E1> - Interface in pt.utl.ist.online.learning.engines
-
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.