Inheritance diagram for kddml.Core.DataSources.NominalStatistic:
Public Member Functions | |
String | toString () |
Enumeration | getValues () |
int | getNumberOfValues () |
int | getCardinality (String value) |
double | getCardinalityPerc (String value) |
Protected Member Functions | |
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 string.
Reimplemented from kddml.Core.DataSources.AttributeStatistic. |
|
Returns an enumeration of category values as strings.
Implements kddml.Core.DataSources.NominalStatisticManager. |
|
Returns the number of categories.
Implements kddml.Core.DataSources.NominalStatisticManager. |
|
Returns the frequency of a given category value. Returns -1 if the input category do not exist.
Implements kddml.Core.DataSources.NominalStatisticManager. |
|
Returns the frequency of a given category value as percentage. Returns -1 if the input category do not exist.
Implements kddml.Core.DataSources.NominalStatisticManager. |
|
Returns a representation of this object as weka.core.Attribute.
Implements kddml.Core.DataSources.AttributeStatistic. |