- Create a linear discriminant analysis classifier for the ovariancancer data. Find vector of cross-validated classification error values and nonzero predictors for the given values of Gamma and Delta
- Find the delta threshold associated with the minimum cross-validation error
- Find the associated gamma value
- You can recreate the "ClassificationDiscriminant" object with the appropriate delta and gamma values from above
- At this point DeltaPredictor property would be available to check which predictors are used to result in that low error value