Description Usage Arguments Value See Also Examples
getModelInfoOneClass is adopted from getModelInfo
but returns
models available in the package trainOcc
.
1 | getModelInfoOneClass(model = NULL, regex = TRUE, ...)
|
model |
a character string of a defined one-class classification method. So far: ocsvm, biasedsvm, maxent. |
regex |
a logical: should a regular expressions be used? If FALSE, a simple match is conducted against the whole name of the model. |
... |
options to pass to grepl |
a list containing one or more lists of the standard model information
1 | getModelInfoOneClass("biasedsvm")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.