Description Usage Arguments Value Examples
Plots a new instance in the instance space.
1 | PlotNewInstance(svm_out, feat, vis = TRUE)
|
svm_out |
The output of the trained svm using function |
feat |
The features of the new instance/dataset. This can be computed using |
vis |
If |
new_coords Coodinates of the new instance in the instance space
1 2 3 4 5 6 7 8 | ## Not run:
data(Arrhythmia_withoutdupl_05_v05)
dat <- Arrhythmia_withoutdupl_05_v05
feat <- ComputeMetaFeaturesMM(dat)
svmout <- InstSpace(d=1)
PlotNewInstance(svmout, feat, vis=FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.