Inheritance diagram for kddml.Core.DataSources.AttributeStatistic:
Public Member Functions | |
String | getName () |
AttributeType | getType () |
int | getMissingCount () |
double | getMissingCountPerc () |
String | toString () |
HierarchyModelManager | getTaxonomy () |
void | setTaxonomy (HierarchyModelManager taxonomy) |
Protected Member Functions | |
abstract Attribute | toAttribute () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns a representation of this object as weka.core.Attribute.
Implemented in kddml.Core.DataSources.NominalStatistic, kddml.Core.DataSources.NumericalStatistic, and kddml.Core.DataSources.StringStatistic. |
|
Returns the attribute name.
Implements kddml.Core.DataSources.AttributeStatisticManager. |
|
Returns the attribute type.
Implements kddml.Core.DataSources.AttributeStatisticManager. |
|
Returns the number of missing instances for that attribute.
Implements kddml.Core.DataSources.AttributeStatisticManager. |
|
Returns the number of missing instances for that attribute as percentage number.
Implements kddml.Core.DataSources.AttributeStatisticManager. |
|
Returns a representation of this object as string.
Implements kddml.Core.DataSources.AttributeStatisticManager. Reimplemented in 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.
Implements kddml.Core.DataSources.AttributeStatisticManager. |
|
Sets the taxonomy to this attribute.
Implements kddml.Core.DataSources.AttributeStatisticManager. |