Uses of Package
classifier

Packages that use classifier
Package
Description
 
 
  • Classes in classifier used by classifier
    Class
    Description
     
    Interface for fragment classification.
    Type of probability that will be returned by this classifier.
    in an attempt to generalise the classifiers and keep them separate from anything whistle specific, use this abstract class to hold classifier specific parameters and cast it into something more concrete when it's used by a particular class;
    Many classification functions need the mean values of each parameter from a group of training data.
  • Classes in classifier used by whistleClassifier
    Class
    Description
    Interface for fragment classification.
    in an attempt to generalise the classifiers and keep them separate from anything whistle specific, use this abstract class to hold classifier specific parameters and cast it into something more concrete when it's used by a particular class;