remove_unlabeled_instances: Remove examples without labels

Description Usage Arguments Value See Also Examples

View source: R/pre_process.R

Description

Remove the examples that do not have labels.

Usage

1

Arguments

mdata

The mldr dataset to remove the instances.

Value

a new mldr object.

See Also

Other pre process: fill_sparse_mldata(), normalize_mldata(), remove_attributes(), remove_labels(), remove_skewness_labels(), remove_unique_attributes(), replace_nominal_attributes()

Examples

1
2
new.toy <- remove_labels(toyml, c(12,14))
remove_unlabeled_instances(new.toy)

utiml documentation built on May 31, 2021, 9:09 a.m.