Uses of Class
adams.core.scripting.JepScript
-
Packages that use JepScript Package Description adams.flow.source adams.flow.standalone adams.gui.core weka.classifiers.meta -
-
Uses of JepScript in adams.flow.source
Fields in adams.flow.source declared as JepScript Modifier and Type Field Description protected JepScript
Jep. m_InlineScript
the inline script.Methods in adams.flow.source that return JepScript Modifier and Type Method Description protected JepScript
Jep. getDefaultInlineScript()
Returns the default inline script.JepScript
Jep. getInlineScript()
Gets the inline script to use instead of the external script file.Methods in adams.flow.source with parameters of type JepScript Modifier and Type Method Description void
Jep. setInlineScript(JepScript value)
Sets the inline script to use instead of the external script file. -
Uses of JepScript in adams.flow.standalone
Fields in adams.flow.standalone declared as JepScript Modifier and Type Field Description protected JepScript
Jep. m_InlineScript
the inline script.Methods in adams.flow.standalone that return JepScript Modifier and Type Method Description protected JepScript
Jep. getDefaultInlineScript()
Returns the default inline script.JepScript
Jep. getInlineScript()
Gets the inline script to use instead of the external script file.Methods in adams.flow.standalone with parameters of type JepScript Modifier and Type Method Description void
Jep. setInlineScript(JepScript value)
Sets the inline script to use instead of the external script file. -
Uses of JepScript in adams.gui.core
Methods in adams.gui.core that return JepScript Modifier and Type Method Description JepScript
JepSyntaxEditorPanel. getScript()
Returns the current script. -
Uses of JepScript in weka.classifiers.meta
Fields in weka.classifiers.meta declared as JepScript Modifier and Type Field Description protected JepScript
JepRegressor. m_ClassifyScript
the classify script.protected JepScript
JepRegressor. m_ClassifyScriptActual
the classify script instance to use.protected JepScript
JepRegressor. m_TrainScript
the train script.Methods in weka.classifiers.meta that return JepScript Modifier and Type Method Description JepScript
JepRegressor. getClassifyScript()
Gets the script to use for classifying Instance objects.JepScript
JepRegressor. getTrainScript()
Gets the train script to use.Methods in weka.classifiers.meta with parameters of type JepScript Modifier and Type Method Description void
JepRegressor. setClassifyScript(JepScript value)
Sets the script to use for classifying Instance objects.void
JepRegressor. setTrainScript(JepScript value)
Sets the train script to use.
-