edu.udo.cs.myGP
Class Problem
java.lang.Object
edu.udo.cs.myGP.Problem
- Direct Known Subclasses:
- RegressionProblem
public abstract class Problem
- extends java.lang.Object
Holds the data defining the regression / classification problem to be learned. - All input vectors are assumed to
have the same dimension. - All target vectors are assumed to have the same dimension
- Version:
- $Id: Problem.java,v 1.3 2006/08/03 14:39:35 ingomierswa Exp $
- Author:
- Piotr Kasprzak
Constructor Summary |
Problem(double[][] x,
Kernel kernel)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
private double[][] x
kernel
private Kernel kernel
sigma_0_2
public double sigma_0_2
Problem
public Problem(double[][] x,
Kernel kernel)
- Constructor
getProblemSize
public int getProblemSize()
- Getters
getInputDimension
public int getInputDimension()
getInputVectors
public double[][] getInputVectors()
getTargetDimension
public abstract int getTargetDimension()
getKernel
public Kernel getKernel()
Copyright © 2001-2006