learnPartitionWithLLR:
A function to learn a rule in case of 2 classes or more
Description
A function to learn a rule in case of 2 classes or more.
There are reduction dimension methods (accessible via argument procedure)
to make the procedure efficient when the number of features is larger than the number of observations
Usage
learnPartitionWithLLR(x, y, type = "linear", procedure = "FDRThresh",
ql = NULL, qq = NULL, BinaryLearningProcedure = NULL,prior=FALSE)