com.rapidminer.example
Interface Statistics
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- MinMaxStatistics, NominalStatistics, NumericalStatistics, UnknownStatistics, WeightedNumericalStatistics
public interface Statistics
- extends java.io.Serializable
The superclass for all attribute statistics objects.
- Author:
- Ingo Mierswa
UNKNOWN
static final java.lang.String UNKNOWN
- See Also:
- Constant Field Values
AVERAGE
static final java.lang.String AVERAGE
- See Also:
- Constant Field Values
AVERAGE_WEIGHTED
static final java.lang.String AVERAGE_WEIGHTED
- See Also:
- Constant Field Values
VARIANCE
static final java.lang.String VARIANCE
- See Also:
- Constant Field Values
VARIANCE_WEIGHTED
static final java.lang.String VARIANCE_WEIGHTED
- See Also:
- Constant Field Values
MINIMUM
static final java.lang.String MINIMUM
- See Also:
- Constant Field Values
MAXIMUM
static final java.lang.String MAXIMUM
- See Also:
- Constant Field Values
MODE
static final java.lang.String MODE
- See Also:
- Constant Field Values
LEAST
static final java.lang.String LEAST
- See Also:
- Constant Field Values
COUNT
static final java.lang.String COUNT
- See Also:
- Constant Field Values
SUM
static final java.lang.String SUM
- See Also:
- Constant Field Values
SUM_WEIGHTED
static final java.lang.String SUM_WEIGHTED
- See Also:
- Constant Field Values
clone
java.lang.Object clone()
startCounting
void startCounting(Attribute attribute)
count
void count(double value,
double weight)
handleStatistics
boolean handleStatistics(java.lang.String statisticsName)
getStatistics
double getStatistics(Attribute attribute,
java.lang.String statisticsName,
java.lang.String parameter)
Copyright © 2001-2009 by Rapid-I