FRBCS.eng {frbs} | R Documentation |
FRBCS: prediction phase
Description
This function is the internal function of the fuzzy rule-based classification systems (FRBCS) to compute the predicted values.
Usage
FRBCS.eng(object, newdata)
Arguments
object |
the |
newdata |
a matrix ( |
Value
A matrix of predicted values.
[Package frbs version 3.2-0 Index]