|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.learner.functions.kernel.rvm.Problem
com.rapidminer.operator.learner.functions.kernel.rvm.RegressionProblem
public class RegressionProblem
Models a Regression-Problem.
| Constructor Summary | |
|---|---|
RegressionProblem(double[][] x,
double[][] y,
KernelBasisFunction[] kernels)
|
|
| Method Summary | |
|---|---|
int |
getTargetDimension()
|
double[][] |
getTargetVectors()
|
| Methods inherited from class com.rapidminer.operator.learner.functions.kernel.rvm.Problem |
|---|
getInputDimension, getInputVectors, getKernels, getProblemSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegressionProblem(double[][] x,
double[][] y,
KernelBasisFunction[] kernels)
| Method Detail |
|---|
public int getTargetDimension()
getTargetDimension in class Problempublic double[][] getTargetVectors()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||