testNow: Testing Phase Of FLR

Description Usage Arguments Value

View source: R/FLR.r

Description

Implements classification using FLR on a data.frame.

Usage

1
  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.


FLR documentation built on May 2, 2019, 3:43 p.m.

Related to testNow in FLR...