Inheritance diagram for kddml.Core.DataMining.ClassificationTrees.SimpleComparisonPredicate:
Public Member Functions | |
SimpleComparisonPredicate (String field, String value, ComparisonOperator op_code) | |
SimpleComparisonPredicate (String field, double value, ComparisonOperator op_code) | |
PredicateEvaluation | evaluate (Object instance) throws TreeModelException |
String | toString () |
Protected Member Functions | |
SimpleComparisonPredicate (Element elem) throws TreeModelException | |
Element | toXML () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor for a numeric comparison.
|
|
Constructor for a categorical comparison.
|
|
Proprietary constructor given the XML element.
|
|
Evaluates this predicate on a single instance.
Implements kddml.Core.DataMining.ClassificationTrees.Predicate. |
|
Returns a representation of this object as string.
Implements kddml.Core.DataMining.ClassificationTrees.Predicate. |
|
Returns the XML element representing this predicate.
Implements kddml.Core.DataMining.ClassificationTrees.Predicate. |