Inheritance diagram for kddml.Core.DataSources.DataStatistics:
Public Member Functions | |
Instances | toInstances () |
int | getNumInstances () |
int | getNumAttributes () |
AttributeStatisticManager[] | getStatistics () |
AttributeStatisticManager | getStatistic (String attribute_name) |
int | getAttributeIndex (String attribute_name) |
String | toString () |
String | getRelationName () |
int | getNumberOfNumericAttributes () |
int | getNumberOfNominalAttributes () |
int | getNumberOfStringAttributes () |
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 statistics as weka.core.Instances.
|
|
Returns the number of instances.
Implements kddml.Core.DataSources.DataStatisticsManager. |
|
Returns the number of attributes.
Implements kddml.Core.DataSources.DataStatisticsManager. |
|
Returns the attributes statistic.
Implements kddml.Core.DataSources.DataStatisticsManager. |
|
Returns the statistics of a given attribute. Returns null if the attribute do not exist.
Implements kddml.Core.DataSources.DataStatisticsManager. |
|
Returns the attribute index. Returns -1 if the attribute do not exist.
Implements kddml.Core.DataSources.DataStatisticsManager. |
|
Returns a representation of this object as string.
|
|
Returns the logical relation name.
Implements kddml.Core.DataSources.DataStatisticsManager. |
|
Returns the number of numerical attributes.
Implements kddml.Core.DataSources.DataStatisticsManager. |
|
Returns the number of nominal attributes.
Implements kddml.Core.DataSources.DataStatisticsManager. |
|
Returns the number of string attributes.
Implements kddml.Core.DataSources.DataStatisticsManager. |