Learn R Programming

VHDClassification (version 0.3)

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)

Arguments

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