|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples.MeanVariance
public static class SVMExamples.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.
| 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 |
|---|
public SVMExamples.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 | |||||||||