Hallo Dataminers,
is there any way to extract the weighttable from model? I mean, i can see the table in RM but can't use is for further calculations?
I allready tried it by myself with the "execute script"-operator but stuck after a few lines of Java.
import com.rapidminer.operator.learner.functions.kernel.JMySVMModel;
JMySVMModel model = input[0];
return model.createWeightsTable();
I saw that some other people had the same problem but there isn't a good solution right now. It would be great if someone could help me out.
Thank you for help