missing_labels {RSSL} | R Documentation |
Access the true labels for the objects with missing labels when they are stored as an attribute in a data frame
Description
Access the true labels for the objects with missing labels when they are stored as an attribute in a data frame
Usage
missing_labels(df)
Arguments
df |
data.frame; data.frame with y_true attribute |
See Also
Other RSSL utilities:
LearningCurveSSL()
,
SSLDataFrameToMatrices()
,
add_missinglabels_mar()
,
df_to_matrices()
,
measure_accuracy()
,
split_dataset_ssl()
,
split_random()
,
true_labels()
[Package RSSL version 0.9.7 Index]