Package JavaML

Interface Summary
IClassifier An interface for representing a Classifier
IDataset An interface for representing a Dataset It extends IOnlineDataset as it imposes several properties, such as the whole dataset being accesible at once.
IOnlineClassifier An interface for representing an Online Classifier.
IOnlineDataset An interface for representing an Online Dataset
 

Class Summary
DatasetDouble An implementation of IDataset using doubles
NaiveBayes An Online implementation of a two-class Naive Bayes Classifier, Compiler warnings are due to the generics implementation in Java not allowing arrays of a generic collection
OnlineAdaBoost An implementation of Online Boosting.
OnlineBinaryClassifier An Online implementation of a two-class Binary stump
ONSBoost An implementation of ONSBoost.
 

Enum Summary
IOnlineDataset.DataType  
IOnlineDataset.FeatureType