edu.udo.cs.mySVM.Examples
Class Example
java.lang.Object
edu.udo.cs.mySVM.Examples.Example
public class Example
- extends java.lang.Object
An Example for the kernel based algorithms provided by Stefan Rueping. Since
Yale cannot deliver the example with index i directly, a new data structure
is needed.
- Version:
- $Id: Example.java,v 1.13 2006/08/03 14:39:36 ingomierswa Exp $
- Author:
- Stefan Rueping, Ingo Mierswa
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
index
public int[] index
att
public double[] att
Example
public Example()
Example
public Example(double[] values)
Example
public Example(Example e)
Example
public Example(int[] new_index,
double[] new_att)
toDense
public double[] toDense()
toDense
public double[] toDense(int dim)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001-2006