| split_dataset_ssl | R Documentation |
Create Train, Test and Unlabeled Set
split_dataset_ssl(X, y, frac_train = 0.8, frac_ssl = 0.8)
X |
matrix; Design matrix |
y |
factor; Label vector |
frac_train |
numeric; Fraction of all objects to be used as training objects |
frac_ssl |
numeric; Fraction of training objects to used as unlabeled objects |
Other RSSL utilities:
LearningCurveSSL(),
SSLDataFrameToMatrices(),
add_missinglabels_mar(),
df_to_matrices(),
measure_accuracy(),
missing_labels(),
split_random(),
true_labels()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.