Package se.hb.jcp.ml
-
Interface Summary Interface Description IClassifier Represents an instance of a specific machine learning classification algorithm.IClassifierInformation Specifies a set of information that every classifier should be able to provide.IClassProbabilityClassifier Represents an instance of a specific machine learning classification algorithm.ISVMClassifier Specifies an interface for SVM classifiers giving access to internal SVM specific information. -
Class Summary Class Description BogusClassProbabilityClassifier Adds a bogus class probability estimate to the underlying machine learning classification algorithm.ClassifierBase Base class for classifiers that provide implementations of some of the generic IClassifierInformation methods.ClassifierFactory Singleton factory for JCP classifiers.