testNow {FLR} | R Documentation |
Implements classification using FLR on a data.frame.
testNow(testData,learnedCode)
testData |
an input data.frame. |
learnedCode |
a data.frame of fuzzy lattices. Each lattice is a rule created with the trainNow function. |
return the testData data.frame after classification.