Description Usage Arguments Value References See Also Examples
View source: R/tunedagsvm_extractoptimisedparametersandmodels.R
tunedagsvm_extractoptimisedparametersandmodels
takes the output of
tunedagsvm
, i.e. a set of tuned directed acyclic graph-support vector
machines (DAG-SVM) \insertCitePlatt.2000TraceIdentification for a specific
classification task and returns for each node the SVM
that had the maximum overall classification accuracy when running tunedagsvm
.
1 2 | tunedagsvm_extractoptimisedparametersandmodels(optimparam,
kernel = "radial")
|
optimparam |
A list as returned by |
kernel |
A character value indicating a specific kernel for which to extract
the tuned SVM for each node of the DAG-SVM. If |
The function returns a list with two elements:
prunedoptimparam
A data.frame
object containing for each node the
respective selected row of the first element of optimparam
.
prunedbestmodels
A list with an element for layer containing the SVM for all
nodes of this layer. Each element of prunedbestmodels
is a list of the respective SVM.
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.