Inheritance diagram for kddml.Core.DataMining.ClassificationTrees.SimpleBooleanPredicate:
Public Member Functions | |
SimpleBooleanPredicate (boolean value) | |
PredicateEvaluation | evaluate (Object instance) |
String | getAttributeName () |
String | toString () |
Protected Member Functions | |
SimpleBooleanPredicate (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.
|
|
Proprietary constructor given the XML element.
|
|
Returns the boolean value in the predicate.
Implements kddml.Core.DataMining.ClassificationTrees.Predicate. |
|
Returns the attribute name used for evaluation. Returns null.
Reimplemented from kddml.Core.DataMining.ClassificationTrees.SimplePredicate. |
|
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. |