Description Objects from the Class Slots Methods Author(s) Examples
conveys information about machine learning functions in CRAN packages, for example, to MLearn wrapper
Objects can be created by calls of the form new("learnerSchema", ...)
.
packageName
:Object of class "character"
string naming the
package in which the function to be used is defined.
mlFunName
:Object of class "character"
string naming
the function to be used
converter
:Object of class "function"
function with parameters
obj, data, trainInd, that will produce a classifierOutput instance
signature(formula = "formula", data = "ExpressionSet", method = "learnerSchema", trainInd = "numeric")
: execute desired learner passing a formula
and ExpressionSet
signature(formula = "formula", data = "data.frame", method = "learnerSchema", trainInd = "numeric")
: execute desired learner passing a formula
signature(object = "learnerSchema")
: concise display
Vince Carey <stvjc@channing.harvard.edu>
1 | showClass("learnerSchema")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.