Uses of Class
org.aisb.bio.tools.Classifier

Packages that use Classifier
org.aisb.bio.tools   
 

Uses of Classifier in org.aisb.bio.tools
 

Subclasses of Classifier in org.aisb.bio.tools
 class EuclideanMeanClassifier
           This classifier just figures out the mean of all the features in the training data, and then classifies data by calculating the Euclidean distance between the data to be classified and the means for the categories.