Uses of Interface
weka.classifiers.ScriptedClassifier
-
Packages that use ScriptedClassifier Package Description weka.classifiers -
-
Uses of ScriptedClassifier in weka.classifiers
Methods in weka.classifiers that return ScriptedClassifier Modifier and Type Method Description protected static ScriptedClassifier
ScriptedClassifierUtils. expand(ScriptedClassifier cls, PropertyDescriptor desc, String[] placeholders, String[] values)
Updates the placeholders with the specified values for the given property.static ScriptedClassifier
ScriptedClassifierUtils. expand(ScriptedClassifier cls, String[] placeholders, String[] values)
Replaces the placeholder with the specified value in anyAbstractAdvancedScript
property of the classifier.static ScriptedClassifier
ScriptedClassifierUtils. expand(ScriptedClassifier cls, String placeholder, String value)
Replaces the placeholder with the specified value in anyAbstractAdvancedScript
property of the classifier.Methods in weka.classifiers with parameters of type ScriptedClassifier Modifier and Type Method Description protected static ScriptedClassifier
ScriptedClassifierUtils. expand(ScriptedClassifier cls, PropertyDescriptor desc, String[] placeholders, String[] values)
Updates the placeholders with the specified values for the given property.static ScriptedClassifier
ScriptedClassifierUtils. expand(ScriptedClassifier cls, String[] placeholders, String[] values)
Replaces the placeholder with the specified value in anyAbstractAdvancedScript
property of the classifier.static ScriptedClassifier
ScriptedClassifierUtils. expand(ScriptedClassifier cls, String placeholder, String value)
Replaces the placeholder with the specified value in anyAbstractAdvancedScript
property of the classifier.
-