com.rapidminer.operator.learner.functions.kernel.jmysvm.examples
Class SVMExamples.MeanVariance

java.lang.Object
  extended by com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples.MeanVariance
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SVMExamples

public static class SVMExamples.MeanVariance
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

Constructor Summary
SVMExamples.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
 

Constructor Detail

SVMExamples.MeanVariance

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

getMean

public double getMean()

getVariance

public double getVariance()


Copyright © 2001-2009 by Rapid-I