com.rapidminer.tools.math
Class TestGroup

java.lang.Object
  extended by com.rapidminer.tools.math.TestGroup

public class TestGroup
extends java.lang.Object

Helper class containing all information about a group, i.e. the number of elements, the mean and variance value.

Author:
Ingo Mierswa

Constructor Summary
TestGroup(double number, double mean, double variance)
           
 
Method Summary
 double getMean()
           
 double getNumber()
           
 double getVariance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestGroup

public TestGroup(double number,
                 double mean,
                 double variance)
Method Detail

getNumber

public double getNumber()

getMean

public double getMean()

getVariance

public double getVariance()


Copyright © 2001-2009 by Rapid-I