View source: R/ClassifyByEvent_SVM.R
| ClassifyByEvent_SVM | R Documentation | 
Performs Eventbased SVM in order to classify datasets by majority
ClassifyByEvent_SVM(DataListTrain, Cls, DataListTest, type = "C-classification", probability = T, ...)
| DataListTrain | [1:p] list of datasets, each dataset has exactly [1:n,1:d] cases and features | 
| Cls | [1:p] numerical vector defining the class for each dataset | 
| DataListTest | [1:l] list of datasets, each dataset has exactly [1:n,1:d] cases and features | 
| type | svm type | 
| probability | true or false setting for svm | 
| ... | further parameters for svm model | 
...
List with
| ClsTest | [1:l] probability of a dataset belonging to a class | 
| Model | vent-based SVM model | 
| ClsTrain | [1:p] numerical vector defining the probability for each dataset beloning to a class | 
Michael Thrun
to be published
#ToDo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.