Uses of Interface
frog.Classifier

Packages that use Classifier
frog   
 

Uses of Classifier in frog
 

Classes in frog that implement Classifier
 class Bayesian
          Bayesian is a classifier that uses Bayesian conditional probability to classify gestures.
 

Methods in frog with parameters of type Classifier
static void Log.out(Classifier source, String message)
          Attempts to log data to the text file and/or the JTextArea associated with this Log.