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 ScriptedClassifierScriptedClassifierUtils. expand(ScriptedClassifier cls, PropertyDescriptor desc, String[] placeholders, String[] values)Updates the placeholders with the specified values for the given property.static ScriptedClassifierScriptedClassifierUtils. expand(ScriptedClassifier cls, String[] placeholders, String[] values)Replaces the placeholder with the specified value in anyAbstractAdvancedScriptorAbstractBaseStringproperty of the classifier.static ScriptedClassifierScriptedClassifierUtils. expand(ScriptedClassifier cls, String placeholder, String value)Replaces the placeholder with the specified value in anyAbstractAdvancedScriptorAbstractBaseStringproperty of the classifier.Methods in weka.classifiers with parameters of type ScriptedClassifier Modifier and Type Method Description protected static ScriptedClassifierScriptedClassifierUtils. expand(ScriptedClassifier cls, PropertyDescriptor desc, String[] placeholders, String[] values)Updates the placeholders with the specified values for the given property.static ScriptedClassifierScriptedClassifierUtils. expand(ScriptedClassifier cls, String[] placeholders, String[] values)Replaces the placeholder with the specified value in anyAbstractAdvancedScriptorAbstractBaseStringproperty of the classifier.static ScriptedClassifierScriptedClassifierUtils. expand(ScriptedClassifier cls, String placeholder, String value)Replaces the placeholder with the specified value in anyAbstractAdvancedScriptorAbstractBaseStringproperty of the classifier.
-