Java weka.classifiers.functions Logistic fields, constructors, methods, implement or subclass

Example usage for Java weka.classifiers.functions Logistic fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.classifiers.functions Logistic.

The text is from its open source code.

Constructor

Logistic()
Constructor that sets the default number of decimal places to 4.

Method

voidbuildClassifier(Instances train)
Builds the classifier
voidsetMaxIts(int newMaxIts)
Set the value of MaxIts.
voidsetOptions(String[] options)
Parses a given list of options.
voidsetRidge(double ridge)
Sets the ridge in the log-likelihood.
StringtoString()
Gets a string describing the classifier.