Uses of Class
adams.parser.MathematicalExpression
-
Packages that use MathematicalExpression Package Description weka.classifiers.functions -
-
Uses of MathematicalExpression in weka.classifiers.functions
Fields in weka.classifiers.functions declared as MathematicalExpression Modifier and Type Field Description protected MathematicalExpressionMathExpressionClassifier. m_Parserthe expression parser to use.Methods in weka.classifiers.functions that return MathematicalExpression Modifier and Type Method Description protected MathematicalExpressionMathExpressionClassifier. getParser()Returns the parser to use.
-