com.rapidminer.operator.learner.functions.kernel.rvm
Class ClassificationProblem

java.lang.Object
  extended by com.rapidminer.operator.learner.functions.kernel.rvm.Problem
      extended by com.rapidminer.operator.learner.functions.kernel.rvm.ClassificationProblem

public class ClassificationProblem
extends Problem

Models a Classification-Problem.

Author:
Piotr Kasprzak, Ingo Mierswa

Constructor Summary
ClassificationProblem(double[][] x, int[] y, KernelBasisFunction[] kernels)
           
 
Method Summary
 int getTargetDimension()
           
 int[] 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

ClassificationProblem

public ClassificationProblem(double[][] x,
                             int[] y,
                             KernelBasisFunction[] kernels)
Method Detail

getTargetDimension

public int getTargetDimension()
Specified by:
getTargetDimension in class Problem

getTargetVectors

public int[] getTargetVectors()


Copyright © 2001-2009 by Rapid-I