com.rapidminer.example
Class UnknownStatistics

java.lang.Object
  extended by com.rapidminer.example.UnknownStatistics
All Implemented Interfaces:
Statistics, java.io.Serializable

public class UnknownStatistics
extends java.lang.Object
implements Statistics

The superclass for all attribute statistics objects.

Author:
Ingo Mierswa
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.rapidminer.example.Statistics
AVERAGE, AVERAGE_WEIGHTED, COUNT, LEAST, MAXIMUM, MINIMUM, MODE, SUM, SUM_WEIGHTED, UNKNOWN, VARIANCE, VARIANCE_WEIGHTED
 
Constructor Summary
UnknownStatistics()
           
 
Method Summary
 java.lang.Object clone()
           
 void count(double value, double weight)
           
 double getStatistics(Attribute attribute, java.lang.String statisticsName, java.lang.String parameter)
           
 boolean handleStatistics(java.lang.String statisticsName)
           
 void startCounting(Attribute attribute)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownStatistics

public UnknownStatistics()
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in interface Statistics
Overrides:
clone in class java.lang.Object

startCounting

public void startCounting(Attribute attribute)
Specified by:
startCounting in interface Statistics

count

public void count(double value,
                  double weight)
Specified by:
count in interface Statistics

getStatistics

public double getStatistics(Attribute attribute,
                            java.lang.String statisticsName,
                            java.lang.String parameter)
Specified by:
getStatistics in interface Statistics

handleStatistics

public boolean handleStatistics(java.lang.String statisticsName)
Specified by:
handleStatistics in interface Statistics

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2009 by Rapid-I