Skip navigation links
A B C E F G L M P S T W 

A

attsToEliminatePerIterationTipText() - Method in class weka.attributeSelection.SVMAttributeEval
Returns a tip text for this property suitable for display in the GUI

B

buildEvaluator(Instances) - Method in class weka.attributeSelection.SVMAttributeEval
Initializes the evaluator.

C

complexityParameterTipText() - Method in class weka.attributeSelection.SVMAttributeEval
Returns a tip text for this property suitable for display in the GUI

E

epsilonParameterTipText() - Method in class weka.attributeSelection.SVMAttributeEval
Returns a tip text for this property suitable for display in the GUI
evaluateAttribute(int) - Method in class weka.attributeSelection.SVMAttributeEval
Evaluates an attribute by returning the rank of the square of its coefficient in a linear support vector machine.

F

filterTypeTipText() - Method in class weka.attributeSelection.SVMAttributeEval
Returns a tip text for this property suitable for display in the GUI

G

getAttsToEliminatePerIteration() - Method in class weka.attributeSelection.SVMAttributeEval
Get the constant rate of attribute elimination per iteration
getCapabilities() - Method in class weka.attributeSelection.SVMAttributeEval
Returns the capabilities of this evaluator.
getComplexityParameter() - Method in class weka.attributeSelection.SVMAttributeEval
Get the value of C used with SMO
getEpsilonParameter() - Method in class weka.attributeSelection.SVMAttributeEval
Get the value of P used with SMO
getFilterType() - Method in class weka.attributeSelection.SVMAttributeEval
Get the filtering mode passed to SMO
getOptions() - Method in class weka.attributeSelection.SVMAttributeEval
Gets the current settings of SVMAttributeEval
getPercentThreshold() - Method in class weka.attributeSelection.SVMAttributeEval
Get the threshold below which percentage elimination reverts to constant elimination.
getPercentToEliminatePerIteration() - Method in class weka.attributeSelection.SVMAttributeEval
Get the percentage rate of attribute elimination per iteration
getRevision() - Method in class weka.attributeSelection.SVMAttributeEval
Returns the revision string.
getTechnicalInformation() - Method in class weka.attributeSelection.SVMAttributeEval
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getToleranceParameter() - Method in class weka.attributeSelection.SVMAttributeEval
Get the value of T used with SMO
globalInfo() - Method in class weka.attributeSelection.SVMAttributeEval
Returns a string describing this attribute evaluator

L

listOptions() - Method in class weka.attributeSelection.SVMAttributeEval
Returns an enumeration describing all the available options

M

main(String[]) - Static method in class weka.attributeSelection.SVMAttributeEval
Main method for testing this class.

P

percentThresholdTipText() - Method in class weka.attributeSelection.SVMAttributeEval
Returns a tip text for this property suitable for display in the GUI
percentToEliminatePerIterationTipText() - Method in class weka.attributeSelection.SVMAttributeEval
Returns a tip text for this property suitable for display in the GUI

S

setAttsToEliminatePerIteration(int) - Method in class weka.attributeSelection.SVMAttributeEval
Set the constant rate of attribute elimination per iteration
setComplexityParameter(double) - Method in class weka.attributeSelection.SVMAttributeEval
Set the value of C for SMO
setEpsilonParameter(double) - Method in class weka.attributeSelection.SVMAttributeEval
Set the value of P for SMO
setFilterType(SelectedTag) - Method in class weka.attributeSelection.SVMAttributeEval
The filtering mode to pass to SMO
setOptions(String[]) - Method in class weka.attributeSelection.SVMAttributeEval
Parses a given list of options.
setPercentThreshold(int) - Method in class weka.attributeSelection.SVMAttributeEval
Set the threshold below which percentage elimination reverts to constant elimination.
setPercentToEliminatePerIteration(int) - Method in class weka.attributeSelection.SVMAttributeEval
Set the percentage of attributes to eliminate per iteration
setToleranceParameter(double) - Method in class weka.attributeSelection.SVMAttributeEval
Set the value of T for SMO
SVMAttributeEval - Class in weka.attributeSelection
SVMAttributeEval :

Evaluates the worth of an attribute by using an SVM classifier.
SVMAttributeEval() - Constructor for class weka.attributeSelection.SVMAttributeEval
Constructor

T

toleranceParameterTipText() - Method in class weka.attributeSelection.SVMAttributeEval
Returns a tip text for this property suitable for display in the GUI
toString() - Method in class weka.attributeSelection.SVMAttributeEval
Return a description of the evaluator

W

weka.attributeSelection - package weka.attributeSelection
 
A B C E F G L M P S T W 
Skip navigation links