powered by
The default method currently works for classification functions.
explore(model, data, n = 10000, method = "nonaligned", advantage = TRUE, ...)
classification object
data set used with classifier
number of points to generate when searching for boundaries
method to generate points, see generate_data
generate_data
only display boundaries
other arguments not currently used
A invisible data frame of class classifly that contains all the simulated and true data. This can be saved and then printed later to open with rggobi.
invisible
classifly
It generates a data set filling the design space, finds class boundaries (if desired) and then displays in a new ggobi instance.
generate_classification_data, http://had.co.nz/classifly
generate_classification_data
# NOT RUN { if (require("e1071")) { bsvm <- best.svm(Species~., data = iris, gamma = 2^(-1:1), cost = 2^(2:+ 4), probability=TRUE) explore(bsvm, iris) } # }
Run the code above in your browser using DataLab