Serialized Form


Package weka.classifiers.scripting

Class weka.classifiers.scripting.GroovyClassifier extends AbstractClassifier implements Serializable

serialVersionUID: -9078371491735496175L

Serialized Fields

m_GroovyModule

java.io.File m_GroovyModule
the Groovy module.


m_GroovyOptions

java.lang.String[] m_GroovyOptions
the options for the Groovy module.

Class weka.classifiers.scripting.JythonClassifier extends AbstractClassifier implements Serializable

serialVersionUID: -9078371491735496175L

Serialized Fields

m_JythonModule

java.io.File m_JythonModule
the Jython module.


m_JythonOptions

java.lang.String[] m_JythonOptions
the options for the Jython module.


m_JythonPaths

java.io.File[] m_JythonPaths
additional paths for the Jython module (will be added to "sys.path").