edu.udo.cs.mySVM.Examples
Class ExampleSet.MeanVariance

java.lang.Object
  extended by edu.udo.cs.mySVM.Examples.ExampleSet.MeanVariance
Enclosing class:
ExampleSet

public static class ExampleSet.MeanVariance
extends java.lang.Object

This class holds information aboud the means and variances of an attribute. This is needed to use the same values for the test set if scaling is performed by an SVM operator instead of using a preprocessing step.


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

Field Detail

mean

private double mean

variance

private double variance
Constructor Detail

ExampleSet.MeanVariance

public ExampleSet.MeanVariance(double mean,
                               double variance)
Method Detail

getMean

public double getMean()

getVariance

public double getVariance()


Copyright © 2001-2006