edu.udo.cs.yale.operator.preprocessing.normalization
Class ZTransformationModel.MeanVariance

java.lang.Object
  extended by edu.udo.cs.yale.operator.preprocessing.normalization.ZTransformationModel.MeanVariance
Enclosing class:
ZTransformationModel

private class ZTransformationModel.MeanVariance
extends java.lang.Object

This helper class stores the information about the mean and variance for an attribute.


Field Summary
(package private)  double mean
          The mean value.
(package private)  double variance
          The variance value.
 
Constructor Summary
ZTransformationModel.MeanVariance(double mean, double variance)
          Creates a new MeanVariance helper object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mean

double mean
The mean value.


variance

double variance
The variance value.

Constructor Detail

ZTransformationModel.MeanVariance

public ZTransformationModel.MeanVariance(double mean,
                                         double variance)
Creates a new MeanVariance helper object.



Copyright © 2001-2006