testNow {FLR}R Documentation

Testing Phase Of FLR

Description

Implements classification using FLR on a data.frame.

Usage

  testNow(testData,learnedCode)

Arguments

testData

an input data.frame.

learnedCode

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

Value

return the testData data.frame after classification.


[Package FLR version 1.0 Index]