Serialized Form


Package weka.classifiers.scripting

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

serialVersionUID: -9078371491735496175L

Serialized Fields

m_GroovyModule

File m_GroovyModule
the Groovy module.


m_GroovyOptions

String[] m_GroovyOptions
the options for the Groovy module.

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

serialVersionUID: -9078371491735496175L

Serialized Fields

m_JythonModule

File m_JythonModule
the Jython module.


m_JythonOptions

String[] m_JythonOptions
the options for the Jython module.


m_JythonPaths

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



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.