learnerSchema-class {MLInterfaces} | R Documentation |
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
:"character"
string naming the
package in which the function to be used is defined. mlFunName
:"character"
string naming
the function to be used converter
:"function"
function with parameters
obj, data, trainInd, that will produce a classifierOutput instance signature(formula = "formula", data = "ExpressionSet", method = "learnerSchema", trainInd = "numeric", mlSpecials = "missing")
: execute desired learner passing a formula
and ExpressionSetsignature(formula = "formula", data = "data.frame", method = "learnerSchema", trainInd = "numeric", mlSpecials = "missing")
: execute desired learner passing a formula signature(object = "learnerSchema")
: concise display Vince Carey <stvjc@channing.harvard.edu>
showClass("learnerSchema")