|
|||||||||
| 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.ClassificationProblem
public class ClassificationProblem
Models a Classification-Problem.
| Field Summary | |
|---|---|
(package private) int[] |
y
|
| Constructor Summary | |
|---|---|
ClassificationProblem(double[][] x,
int[] y,
KernelBasisFunction[] kernels)
|
|
| Method Summary | |
|---|---|
int |
getTargetDimension()
|
int[] |
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 |
|---|
int[] y
| Constructor Detail |
|---|
public ClassificationProblem(double[][] x,
int[] y,
KernelBasisFunction[] kernels)
| Method Detail |
|---|
public int getTargetDimension()
getTargetDimension in class Problempublic int[] getTargetVectors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||