Inheritance diagram for kddml.Core.DataMining.ClassificationTrees.ScoreDistributionManager:
Public Member Functions | |
double | getCount (String name) |
double | getPercCount (String name) |
String | getHighestCategory () |
double | getHighestValue () |
double | getTotal () |
int | getNumberOfValues () |
java.util.Enumeration | getCategories () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns the record count of a given category. Returns -1 if no category can be found in the target attribute.
Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution. |
|
Returns the record count as percentage of a given category. Returns -1 if no category can be found in the target attribute.
Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution. |
|
Returns the highest category value of this score distribution. If two or more values have the highest distribution, then the method returns the first category value.
Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution. |
|
Returns the highest record count of this score distribution.
Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution. |
|
Returns the total sum of record counts.
Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution. |
|
Returns the number of categories for this score distribution.
Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution. |
|
Returns the list categories as enumeration.
Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution. |