indexCalc {FLR}R Documentation

Index Calculator

Description

Returns a vector that contains the number of rules created for each class.

Usage

	indexCalc(learnedCode)

Arguments

learnedCode

a data.frame of fuzzy lattices. Each lattice is a rule created with the trainNow function.

Value

return a vector that contains the number of rules created for each class.


[Package FLR version 1.0 Index]