com.rapidminer.operator.clustering.clusterer
Class SVCExampleSet

java.lang.Object
  extended by com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
      extended by com.rapidminer.operator.clustering.clusterer.SVCExampleSet
All Implemented Interfaces:
java.io.Serializable

public class SVCExampleSet
extends SVMExamples

Example set that supports SVClustering.

Author:
Stefan Rueping, Ingo Mierswa
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
SVMExamples.MeanVariance
 
Field Summary
 
Fields inherited from class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
atts, ids, index
 
Constructor Summary
SVCExampleSet(ExampleSet exampleSet, boolean scale)
           
SVCExampleSet(ExampleSet exampleSet, java.util.Map<java.lang.Integer,SVMExamples.MeanVariance> meanVariances)
           
SVCExampleSet(int size, double b)
           
SVCExampleSet(java.io.ObjectInputStream in)
           
 
Method Summary
 double get_R()
           
 void set_R(double r)
           
 
Methods inherited from class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
clearAlphas, count_examples, count_pos_examples, get_alpha, get_alphas, get_b, get_dim, get_example, get_y, get_ys, getB, getId, getMeanVariances, getNumberOfSupportVectors, getTrain_size, getYs, set_alpha, set_b, set_dim, set_y, setB, setMeanVarianceMap, setTrain_size, setYs, swap, toString, toString, toString, writeSupportVectors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SVCExampleSet

public SVCExampleSet(int size,
                     double b)

SVCExampleSet

public SVCExampleSet(ExampleSet exampleSet,
                     boolean scale)

SVCExampleSet

public SVCExampleSet(ExampleSet exampleSet,
                     java.util.Map<java.lang.Integer,SVMExamples.MeanVariance> meanVariances)

SVCExampleSet

public SVCExampleSet(java.io.ObjectInputStream in)
              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

get_R

public double get_R()

set_R

public void set_R(double r)


Copyright © 2001-2009 by Rapid-I