Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataMining.ClassificationTrees.SimplePredicate Class Reference

Inheritance diagram for kddml.Core.DataMining.ClassificationTrees.SimplePredicate:

kddml.Core.DataMining.ClassificationTrees.Predicate kddml.Core.DataMining.ClassificationTrees.SimpleBooleanPredicate kddml.Core.DataMining.ClassificationTrees.SimpleComparisonPredicate kddml.Core.DataMining.ClassificationTrees.SimpleSetPredicate List of all members.

Public Member Functions

String getAttributeName ()

Detailed Description

Predicate serves as the common representation for various types of predicates. A predicate can be a SimplePredicate, a BooleanPredicate or a CompoundPredicate. This class is used to represent a simple predicate that consist of defining a rule in the form of a simple boolean expression. The rule consist of a field, a binary comparison operator, and a value. A SimplePredicate can be either a SimpleSetPredicate or a SimpleComparisonPredicate, depending by the comparison operator.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2003-2005

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Andrea Romei (romei@di.unipi.it)
Version:
2.0.16


Member Function Documentation

String kddml.Core.DataMining.ClassificationTrees.SimplePredicate.getAttributeName  ) 
 

Returns the attribute name related to this predicate.

Returns:
String

Reimplemented in kddml.Core.DataMining.ClassificationTrees.SimpleBooleanPredicate.


Generated on Thu Feb 23 13:04:39 2006 for kddml by  doxygen 1.4.3