learnPartitionWithLLR: A function to learn a rule in case of 2 classes or more

Description Usage Arguments

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

1
2
learnPartitionWithLLR(x, y, type = "linear", procedure = "FDRThresh", 
ql = NULL, qq = NULL, BinaryLearningProcedure = NULL,prior=FALSE)

Arguments

The Argument are exactly the same as in learnBinaryRule except that y may have more than 2 levels

x

see learnBinaryRule

y

vector of factors with two or more levels

type
procedure
ql
qq
BinaryLearningProcedure
prior

Do we put a prior on y (taking into account the proportion of the different class in the learning set to build the classification rule


VHDClassification documentation built on May 2, 2019, 2:38 a.m.