Inheritance diagram for kddml.Core.DataMining.Clustering.DiscreteClusteringField:
Public Member Functions | |
DiscreteClusteringField (String name, AttributeComparisonMeasure func, String categories[]) | |
String[] | getCategories () |
int | getNumberOfCategories () |
boolean | isContinuous () |
double[] | getDistribution (String category) throws ClusteringModelException |
String | toString () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor.
|
|
Returns the categories of this clustering field.
|
|
Returns the number of categories of this clustering field.
|
|
Returns true if the field is continuous. Returns false if it is discrete.
Implements kddml.Core.DataMining.Clustering.ClusteringFieldManager. |
|
Returns the distribution probability for a given category. In particular, an element (f, v) defines that a category has value 1.0 if the value of input field category is v, otherwise it is 0.
|
|
Returns a representation of this object as string.
Reimplemented from kddml.Core.DataMining.Clustering.ClusteringField. |