Apply all classification methods to a precision object
classification.all.Rd
This function applies all classification methods to the training data
contained in a precision object.
The classification results are added to the corresponding classification.result
slot in the object for each harmonized training and testing dataset.
Arguments
- object
A
precision
object containing harmonized training and testing data in the slotsharmon.train.data
, andharmon.test1.data
andharmon.test2.data
, respectively.- threshold_method
A character string specifying the thresholding method. Options are: -
"cv"
: Use cross-validation to optimize the threshold. -"none"
: Use all genes without applying a threshold.