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 MathematicalExpression
MathExpressionClassifier. m_Parser
the expression parser to use.Methods in weka.classifiers.functions that return MathematicalExpression Modifier and Type Method Description protected MathematicalExpression
MathExpressionClassifier. getParser()
Returns the parser to use.
-