Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataMining.ClassificationTrees.ScoreDistributionManager Interface Reference

Inheritance diagram for kddml.Core.DataMining.ClassificationTrees.ScoreDistributionManager:

kddml.Core.DataMining.ClassificationTrees.ScoreDistribution List of all members.

Public Member Functions

double getCount (String name)
double getPercCount (String name)
String getHighestCategory ()
double getHighestValue ()
double getTotal ()
int getNumberOfValues ()
java.util.Enumeration getCategories ()

Detailed Description

A manager interface for ScoreDistribution.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2003-2005

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Andrea Romei (romei@di.unipi.it)
Version:
2.0.16


Member Function Documentation

double kddml.Core.DataMining.ClassificationTrees.ScoreDistributionManager.getCount String  name  ) 
 

Returns the record count of a given category. Returns -1 if no category can be found in the target attribute.

Parameters:
name String the category name
Returns:
double

Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution.

double kddml.Core.DataMining.ClassificationTrees.ScoreDistributionManager.getPercCount String  name  ) 
 

Returns the record count as percentage of a given category. Returns -1 if no category can be found in the target attribute.

Parameters:
name String the category name
Returns:
double a value between 0 and 1 or -1 if the category is not found.

Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution.

String kddml.Core.DataMining.ClassificationTrees.ScoreDistributionManager.getHighestCategory  ) 
 

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.

Returns:
String

Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution.

double kddml.Core.DataMining.ClassificationTrees.ScoreDistributionManager.getHighestValue  ) 
 

Returns the highest record count of this score distribution.

Returns:
double

Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution.

double kddml.Core.DataMining.ClassificationTrees.ScoreDistributionManager.getTotal  ) 
 

Returns the total sum of record counts.

Returns:
double a positive double

Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution.

int kddml.Core.DataMining.ClassificationTrees.ScoreDistributionManager.getNumberOfValues  ) 
 

Returns the number of categories for this score distribution.

Returns:
int a positive integer

Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution.

java.util.Enumeration kddml.Core.DataMining.ClassificationTrees.ScoreDistributionManager.getCategories  ) 
 

Returns the list categories as enumeration.

Returns:
Enumeration list of strings.

Implemented in kddml.Core.DataMining.ClassificationTrees.ScoreDistribution.


Generated on Thu Feb 23 13:04:39 2006 for kddml by  doxygen 1.4.3