prepare_for_svm {SC3} | R Documentation |
Defines train and study cell indeces based on the svm_num_cells and svm_train_inds input parameters
prepare_for_svm(N, svm_num_cells = NULL, svm_train_inds = NULL, svm_max)
N |
number of cells in the input dataset |
svm_num_cells |
number of random cells to be used for training |
svm_train_inds |
indeces of cells to be used for training |
svm_max |
define the maximum number of cells below which SVM is not run |
A list of indeces of the train and the study cells