Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

FLR (version 1.0)

testNow: 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.