com.rapidminer.operator.clustering.clusterer
Class SVCExampleSet
java.lang.Object
com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples
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
| Fields inherited from class com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples |
atts, ids, index |
|
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 |
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
get_R
public double get_R()
set_R
public void set_R(double r)
Copyright © 2001-2009 by Rapid-I