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

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

Introduction

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

The text is from its open source code.

Subclass

weka.classifiers.functions.SMO has subclasses.
Click this link to see all its subclasses.

Field

intFILTER_STANDARDIZE
filter: Standardize training data
intFILTER_NONE
filter: No normalization/standardization
Tag[]TAGS_FILTER
The filter to apply to the training data

Constructor

Method

voidbuildClassifier(Instances insts)
Method for building the classifier.
doubleclassifyInstance(Instance instance)
Classifies the given test instance.
voidmain(String[] argv)
Main method for testing this class.
voidsetC(double v)
Set the value of C.
voidsetEpsilon(double v)
Set the value of epsilon.
voidsetFilterType(SelectedTag newType)
Sets how the training data will be transformed.
voidsetKernel(Kernel value)
sets the kernel to use
voidsetOptions(String[] options)
Parses a given list of options.
voidsetToleranceParameter(double v)
Set the value of tolerance parameter.
int[][][]sparseIndices()
Returns the indices in sparse format.
double[][][]sparseWeights()
Returns the weights in sparse format.