split_dataset_ssl: Create Train, Test and Unlabeled Set

View source: R/Evaluate.R

split_dataset_sslR Documentation

Create Train, Test and Unlabeled Set

Description

Create Train, Test and Unlabeled Set

Usage

split_dataset_ssl(X, y, frac_train = 0.8, frac_ssl = 0.8)

Arguments

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

See Also

Other RSSL utilities: LearningCurveSSL(), SSLDataFrameToMatrices(), add_missinglabels_mar(), df_to_matrices(), measure_accuracy(), missing_labels(), split_random(), true_labels()


jkrijthe/RSSL documentation built on Jan. 13, 2024, 1:56 a.m.