Inheritance diagram for kddml.Core.DataMining.AssociationRules.ItemManager:
Public Member Functions | |
boolean | equals (Object item) |
String | getName () |
String | getValue () |
boolean | isBoolean () |
void | setMappedValue (String mapped_value) |
String | getMappedValue () |
boolean | addFeature (ItemFeatureManager attr) |
ItemFeatureManager | getFeature (String name) |
boolean | isMissingFeature (String name) |
java.util.Iterator | getFeatures () |
boolean | hasFeatures () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Tests if two items are equal.
Implemented in kddml.Core.DataMining.AssociationRules.Item. |
|
Returns the item name.
Implemented in kddml.Core.DataMining.AssociationRules.Item. |
|
Returns the item value. Returns null if the method isBoolean() returns true.
Implemented in kddml.Core.DataMining.AssociationRules.Item. |
|
Test if an item has the field value (e.g. "outlook = sunny"). Returns true if the field value is not null.
Implemented in kddml.Core.DataMining.AssociationRules.Item. |
|
Sets the mapped value to the item.
Implemented in kddml.Core.DataMining.AssociationRules.Item. |
|
Returns the mapped value of the item. Returns null if the item do not have a mapped value.
Implemented in kddml.Core.DataMining.AssociationRules.Item. |
|
Adds a new feature to this item. Returns false if the item already contains this feature.
Implemented in kddml.Core.DataMining.AssociationRules.Item. |
|
Returns the specified feature. Returns null if the feature do not exist.
Implemented in kddml.Core.DataMining.AssociationRules.Item. |
|
Returns true if the specified feature do not exist or if his value is missing.
Implemented in kddml.Core.DataMining.AssociationRules.Item. |
|
Returns the list of features of the item.
Implemented in kddml.Core.DataMining.AssociationRules.Item. |
|
Tests if this item has some features associated.
Implemented in kddml.Core.DataMining.AssociationRules.Item. |