com.rapidminer.operator.learner.functions.kernel.jmysvm.examples
Class SVMExample
java.lang.Object
com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExample
- All Implemented Interfaces:
- java.io.Serializable
public class SVMExample
- extends java.lang.Object
- implements java.io.Serializable
An Example for the kernel based algorithms provided by Stefan Rueping. Since
RapidMiner cannot deliver the example with index i directly, a new data structure
is needed.
- Author:
- Stefan Rueping, Ingo Mierswa
- See Also:
- Serialized Form
|
Method Summary |
double[] |
toDense(int dim)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
public int[] index
att
public double[] att
SVMExample
public SVMExample()
SVMExample
public SVMExample(double[] values)
SVMExample
public SVMExample(SVMExample e)
SVMExample
public SVMExample(int[] new_index,
double[] new_att)
toDense
public double[] toDense(int dim)
Copyright © 2001-2009 by Rapid-I