Description Format Construction References Examples
This class interfaces
Time-Series Classification Bake-off classifiers
Calls tsclassification::TSClassifier()
from package tsclassification.
R6::R6Class()
inheriting from mlr3::LearnerClassif.
1 2 3 | LearnerClassifTSClassification$new()
mlr3::mlr_learners$get("classif.tsclassification")
mlr3::lrn("classif.tsclassification")
|
Bagnall et al., 2018, The great time-series classification bakeoff
1 2 3 4 5 6 7 8 9 10 | ## Not run:
library(mlr3)
tsk = mlr_tasks$get("iris")
lrn = LearnerClassifTSClassification$new()
# Train the classifier
lrn$train(tsk)
# Predict again
lrn$predict(tsk)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.