Kernel Model to ExampleSet
Synopsis
Converts a kernel model created by a SVM learner into two exampleSets.
Description
This operator takes a kernel model created by a SVM learner and converts it into two exampleSets. The first exampleSet contains general Information about the SVM model (Number of support vectors, bias, number of classes ...). It also contains weights for the different attributes in case the model is build for a two class problem. The other exampleSet contains the information about the single support vectors.
Input
mod
Kernel Model which shall be converted into two exampleSets.
Output
support vectors
ExampleSet which contains the information about the single support vectors.
general Information
ExampleSet which contains general Information about the Kernel Model.
org
The original Kernel Model.