Description Usage Arguments Value Examples
Trains an SVM on instance space coordinates and draws the instance space.
1 |
d |
If |
vis |
If |
A list with the following components:
The predictions as 1
or 0
for each instance and each algorithm.
The prediction probabilities for each each instance and each algorithm.
The algorithm best suited for each instance. For some instances, no algorithms work well.
Which instance space is cross validated. If d=1
, then it is MIN_MAX normalization instance space, if d=2
then all normalization methods are used.
The instance space coordinates.
1 | ## Not run: svmout <- InstSpace(d=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.