MLearn-methods | R Documentation |
MLearn
interface for machine learningThis method implements MLInterfaces
'
MLean
method for instances of the class
"MSnSet"
.
signature(formula = "formula", data = "MSnSet", .method
= "learnerSchema", trainInd = "numeric")
The learning problem is stated with the formula
and applies
the .method
schema on the MSnSet
data
input
using the trainInd
numeric indices as train data.
signature(formula = "formula", data = "MSnSet", .method
= "learnerSchema", trainInd = "xvalSpec")
In this case, an instance of xvalSpec
is used for
cross-validation.
signature(formula = "formula", data = "MSnSet", .method
= "clusteringSchema", trainInd = "missing")
Hierarchical (hclustI
), k-means (kmeansI
) and
partitioning around medoids (pamI
) clustering algorithms
using MLInterface
's MLearn
interface.
The MLInterfaces
package documentation, in particular MLearn
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.