frbs (version 3.1-0)

FRBCS.eng: 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
newdata

a matrix (\(m \times n\)) of data for the prediction process, where \(m\) is the number of instances and \(n\) is the number of input variables.

Value

A matrix of predicted values.