Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
G
J
L
M
S
T
W
B
buildClassifier(Instances)
- Method in class weka.classifiers.scripting.
GroovyClassifier
Generates the classifier.
buildClassifier(Instances)
- Method in class weka.classifiers.scripting.
JythonClassifier
Generates the classifier.
C
classifyInstance(Instance)
- Method in class weka.classifiers.scripting.
GroovyClassifier
Classifies a given instance.
classifyInstance(Instance)
- Method in class weka.classifiers.scripting.
JythonClassifier
Classifies a given instance.
D
distributionForInstance(Instance)
- Method in class weka.classifiers.scripting.
GroovyClassifier
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance)
- Method in class weka.classifiers.scripting.
JythonClassifier
Calculates the class membership probabilities for the given test instance.
G
getCapabilities()
- Method in class weka.classifiers.scripting.
GroovyClassifier
Returns default capabilities of the classifier.
getCapabilities()
- Method in class weka.classifiers.scripting.
JythonClassifier
Returns default capabilities of the classifier.
getGroovyModule()
- Method in class weka.classifiers.scripting.
GroovyClassifier
Gets the Groovy module.
getGroovyOptions()
- Method in class weka.classifiers.scripting.
GroovyClassifier
Gets the Groovy module options.
getJythonModule()
- Method in class weka.classifiers.scripting.
JythonClassifier
Gets the Jython module.
getJythonOptions()
- Method in class weka.classifiers.scripting.
JythonClassifier
Gets the Jython module options.
getJythonPaths()
- Method in class weka.classifiers.scripting.
JythonClassifier
Gets the additional Jython paths.
getOptions()
- Method in class weka.classifiers.scripting.
GroovyClassifier
Gets the current settings of the Classifier.
getOptions()
- Method in class weka.classifiers.scripting.
JythonClassifier
Gets the current settings of the Classifier.
getRevision()
- Method in class weka.classifiers.scripting.
GroovyClassifier
Returns the revision string.
getRevision()
- Method in class weka.classifiers.scripting.
JythonClassifier
Returns the revision string.
globalInfo()
- Method in class weka.classifiers.scripting.
GroovyClassifier
Returns a string describing classifier.
globalInfo()
- Method in class weka.classifiers.scripting.
JythonClassifier
Returns a string describing classifier.
GroovyClassifier
- Class in
weka.classifiers.scripting
A wrapper class for Groovy code.
GroovyClassifier()
- Constructor for class weka.classifiers.scripting.
GroovyClassifier
default constructor.
GroovyModuleTipText()
- Method in class weka.classifiers.scripting.
GroovyClassifier
Returns the tip text for this property.
GroovyOptionsTipText()
- Method in class weka.classifiers.scripting.
GroovyClassifier
Returns the tip text for this property.
J
JythonClassifier
- Class in
weka.classifiers.scripting
A wrapper class for Jython code.
JythonClassifier()
- Constructor for class weka.classifiers.scripting.
JythonClassifier
default constructor.
jythonModuleTipText()
- Method in class weka.classifiers.scripting.
JythonClassifier
Returns the tip text for this property.
jythonOptionsTipText()
- Method in class weka.classifiers.scripting.
JythonClassifier
Returns the tip text for this property.
jythonPathsTipText()
- Method in class weka.classifiers.scripting.
JythonClassifier
Returns the tip text for this property.
L
listOptions()
- Method in class weka.classifiers.scripting.
GroovyClassifier
Returns an enumeration describing the available options.
listOptions()
- Method in class weka.classifiers.scripting.
JythonClassifier
Returns an enumeration describing the available options.
M
main(String[])
- Static method in class weka.classifiers.scripting.
GroovyClassifier
Main method for testing this class.
main(String[])
- Static method in class weka.classifiers.scripting.
JythonClassifier
Main method for testing this class.
S
setGroovyModule(File)
- Method in class weka.classifiers.scripting.
GroovyClassifier
Sets the Groovy module.
setGroovyOptions(String)
- Method in class weka.classifiers.scripting.
GroovyClassifier
Sets the Groovy module options.
setJythonModule(File)
- Method in class weka.classifiers.scripting.
JythonClassifier
Sets the Jython module.
setJythonOptions(String)
- Method in class weka.classifiers.scripting.
JythonClassifier
Sets the Jython module options.
setJythonPaths(String)
- Method in class weka.classifiers.scripting.
JythonClassifier
Sets the additional Jython paths.
setOptions(String[])
- Method in class weka.classifiers.scripting.
GroovyClassifier
Parses a given list of options.
setOptions(String[])
- Method in class weka.classifiers.scripting.
JythonClassifier
Parses a given list of options.
T
toString()
- Method in class weka.classifiers.scripting.
GroovyClassifier
Returns a description of the classifier.
toString()
- Method in class weka.classifiers.scripting.
JythonClassifier
Returns a description of the classifier.
W
weka.classifiers.scripting
- package weka.classifiers.scripting
B
C
D
G
J
L
M
S
T
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes