Last chance! 50% off unlimited learning
Sale ends in
4
d
12
h
54
m
07
s
Buy Now
Rdocumentation
powered by
Learn R Programming
CMA (version 1.30.0)
tune-methods: Hyperparameter tuning for classifiers
Description
Performs hyperparameter tuning for the following signatures:
Arguments
Methods
X = "matrix", y = "numeric", f = "missing"
signature 1
X = "matrix", y = "factor", f = "missing"
signature 2
X = "data.frame", y = "missing", f = "formula"
signature 3
X = "ExpressionSet", y = "character", f = "missing"
signature 4
For further argument and output information, consult
tune
.