An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Can I convert the "Weights Table" output of an SVM model into an object of type "AttribteWeights" or even an "ExampleSet", so that later I can apply these weights on my data?
<operator name="Root" class="Process" expanded="yes"> <operator name="ExampleSetGenerator" class="ExampleSetGenerator"> <parameter key="target_function" value="sum classification"/> <parameter key="number_of_attributes" value="6"/> </operator> <operator name="SVMWeighting" class="SVMWeighting"> </operator></operator>
My second question is: Can i somehow store the Bias (Offset) in a macro variable (or an examplset), so that it can be used in further calculations?
<operator name="Root" class="Process" expanded="yes"> <operator name="ExampleSetGenerator" class="ExampleSetGenerator"> <parameter key="target_function" value="sum classification"/> <parameter key="number_examples" value="2"/> <parameter key="number_of_attributes" value="60"/> </operator> <operator name="Normalization" class="Normalization"> </operator> <operator name="HyperHyper" class="HyperHyper"> <parameter key="keep_example_set" value="true"/> </operator></operator>