Inheritance diagram for kddml.Core.DataSources.AttributeStatisticManager:
Public Member Functions | |
String | getName () |
AttributeType | getType () |
int | getMissingCount () |
double | getMissingCountPerc () |
String | toString () |
HierarchyModelManager | getTaxonomy () |
void | setTaxonomy (HierarchyModelManager taxonomy) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns the attribute name.
Implemented in kddml.Core.DataSources.AttributeStatistic. |
|
Returns the attribute type.
Implemented in kddml.Core.DataSources.AttributeStatistic. |
|
Returns the number of missing instances for that attribute.
Implemented in kddml.Core.DataSources.AttributeStatistic. |
|
Returns the number of missing instances for that attribute as percentage number.
Implemented in kddml.Core.DataSources.AttributeStatistic. |
|
Get a representation of this object as string.
Implemented in kddml.Core.DataSources.AttributeStatistic, kddml.Core.DataSources.NominalStatistic, kddml.Core.DataSources.NumericalStatistic, and kddml.Core.DataSources.StringStatistic. |
|
Returns the taxonomy related to this attribute. Return null if the attribute hasn't a taxonomy.
Implemented in kddml.Core.DataSources.AttributeStatistic. |
|
Sets the taxonomy to this attribute.
Implemented in kddml.Core.DataSources.AttributeStatistic. |