edu.udo.cs.mySVM.Examples
Class Example

java.lang.Object
  extended by 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

Field Summary
 double[] att
           
 int[] index
           
 
Constructor Summary
Example()
           
Example(double[] values)
           
Example(Example e)
           
Example(int[] new_index, double[] new_att)
           
 
Method Summary
 double[] toDense()
           
 double[] toDense(int dim)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

public int[] index

att

public double[] att
Constructor Detail

Example

public Example()

Example

public Example(double[] values)

Example

public Example(Example e)

Example

public Example(int[] new_index,
               double[] new_att)
Method Detail

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