"Support Vector Machine - Plot View Missing"
Hello everybody,
I just wanted to implement a simple Support Vector Machine in RapidMiner and noticed that many of the options in the results view were missing.
I only have:
- Text view
- Annotations
According to the online tutorial (and some videos) there should be:
- Text view
- Weight Table
- Support Vector Table
- Plot View
- Annotations
what am I doing wrong? And can you reproduce this behaviour?
Cheers Q-Dog
I just wanted to implement a simple Support Vector Machine in RapidMiner and noticed that many of the options in the results view were missing.
I only have:
- Text view
- Annotations
According to the online tutorial (and some videos) there should be:
- Text view
- Weight Table
- Support Vector Table
- Plot View
- Annotations
what am I doing wrong? And can you reproduce this behaviour?
Cheers Q-Dog
Find more posts tagged with
Sort by:
1 - 11 of
111
Hi dromiceiomimus,
thanks a lot for your answer.
I meant the following video (at 1:30):
http://rapidminerresources.com/index.php?page=svm-intro
In this video even though only the model is connected with the output, you can see all of the views (especially the plot view) I mentioned in my first post.
Cheers Q-Dog
// Edit
Furthermore, it is described in the RapidMiner Tutorial (open Rapidminer: Help -> RapidMiner Tutorial) step 5 of 26
thanks a lot for your answer.
I meant the following video (at 1:30):
http://rapidminerresources.com/index.php?page=svm-intro
In this video even though only the model is connected with the output, you can see all of the views (especially the plot view) I mentioned in my first post.
Cheers Q-Dog
// Edit
Furthermore, it is described in the RapidMiner Tutorial (open Rapidminer: Help -> RapidMiner Tutorial) step 5 of 26
Hi,
I also tried this with a fresh SVN version and the views have been missing on my laptop. I tried again in debug mode and, tada, they are back. Could this be a thread problem? This would explain why some people experience this and others do not and maybe even why I got the views in debug mode without changing a line of code. By the way, I already have sent Simon a mail about this containing more details.
Cheers,
Ingo
I also tried this with a fresh SVN version and the views have been missing on my laptop. I tried again in debug mode and, tada, they are back. Could this be a thread problem? This would explain why some people experience this and others do not and maybe even why I got the views in debug mode without changing a line of code. By the way, I already have sent Simon a mail about this containing more details.
Cheers,
Ingo
If you output the "mod" that comes from your SVM block you will see the SVM model. This is what it sounds like you're doing.
If you attach your SVM block to an Apply Model block (mod to mod, exa to unl) the apply model will output the same model (mod) and the results of the model applied to the data (exa). This data might be the plot view your wanting.
The "wei" node of the SVM block outputs weights, presumably the ones you're looking for.
Does that help at all? If you have a link to the tutorial or video I might be able to give better suggestions. There're so many operators that generate the various outputs you're looking for it's difficult to say what's missing.