ramhiser / sparsediscrim

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

Add 'data.table' option to building classifiers #16

Closed ramhiser closed 10 years ago

ramhiser commented 11 years ago

Using a data.table should be much faster than a data.frame when computing the class-specific estimates. See the timing comparisons (PDF) for data.table to see how much we can gain.

ramhiser commented 10 years ago

Overkill.