Inheritance diagram for kddml.Core.DataMining.Clustering.DiscreteStatisticFieldManager:
Public Member Functions | |
boolean | addValue (String value, double frequency) |
double | getProbability (String value) throws ClusteringModelException |
double[] | getProbability () throws ClusteringModelException |
String | getProbableValue () throws ClusteringModelException |
String[] | getCategories () |
double[] | getFrequencies () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Adds a new category with cluster frequency. Return true if the category is added to the field. Returns false if the field already contain the category name.
Implemented in kddml.Core.DataMining.Clustering.DiscreteStatisticField. |
|
Returns the probability value for the input category.
Implemented in kddml.Core.DataMining.Clustering.DiscreteStatisticField. |
|
Returns the distribution probability of all categories. Ordering of the output object respects the ordering of the method getCategories().
Implemented in kddml.Core.DataMining.Clustering.DiscreteStatisticField. |
|
Returns the must probable category value.
Implemented in kddml.Core.DataMining.Clustering.DiscreteStatisticField. |
|
Returns the categories of this field. Ordering of the output object respects the ordering of the method getProbability().
Implemented in kddml.Core.DataMining.Clustering.DiscreteStatisticField. |
|
Returns the frequency of all categories. Missing value are not included. Ordering of the output object respects the ordering of the method getCategories().
Implemented in kddml.Core.DataMining.Clustering.DiscreteStatisticField. |