|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.myRVM.Problem
edu.udo.cs.myRVM.RegressionProblem
public class RegressionProblem
Models a Regression-Problem.
| Field Summary | |
|---|---|
(package private) double[][] |
y
|
| Constructor Summary | |
|---|---|
RegressionProblem(double[][] x,
double[][] y,
KernelBasisFunction[] kernels)
|
|
| Method Summary | |
|---|---|
int |
getTargetDimension()
|
double[][] |
getTargetVectors()
|
| Methods inherited from class edu.udo.cs.myRVM.Problem |
|---|
getInputDimension, getInputVectors, getKernels, getProblemSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
double[][] y
| 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 | ||||||||