|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.mySVM.Examples.ExampleSet.MeanVariance
public static class ExampleSet.MeanVariance
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 |
---|
private double mean
private double variance
Constructor Detail |
---|
public ExampleSet.MeanVariance(double mean, double variance)
Method Detail |
---|
public double getMean()
public double getVariance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |