Example usage for Java weka.classifiers.functions Logistic fields, constructors, methods, implement or subclass
The text is from its open source code.
Logistic() Constructor that sets the default number of decimal places to 4. |
void | buildClassifier(Instances train) Builds the classifier |
void | setMaxIts(int newMaxIts) Set the value of MaxIts. |
void | setOptions(String[] options) Parses a given list of options. |
void | setRidge(double ridge) Sets the ridge in the log-likelihood. |
String | toString() Gets a string describing the classifier. |