learning_type#
- learning_type()[source]#
Learning type of the detection task.
String name:
"learning_type"Public property tag
Values: string, one of
"supervised","unsupervised","semi_supervised"Example:
"unsupervised"Default:
"unsupervised"
The tag specifies the type of learning the estimator employs for the detection task.
The possible values are:
"supervised": The detector learns from labelled data."unsupervised": The detector learns from unlabelled data.If
semi_supervised, the detector learns from a combination of labelled and unlabelled data.