ramhiser / sparsediscrim

Sparse and Regularized Discriminant Analysis in R
Other
15 stars 5 forks source link

Add parallel option to hdrda_cv #28

Closed ramhiser closed 9 years ago

ramhiser commented 10 years ago

Nothing fancy. Simply parallel::mclapply to iterate through tuning parameters or cross-validation folds. The user should specify the number of cores num_cores, which defaults to 1.