DENFIS.eng {frbs}R Documentation

DENFIS prediction function

Description

This function is an internal function for the prediction phase using the DENFIS method. The user should use this function not directly, but with calling predict.

Usage

DENFIS.eng(object, newdata)

Arguments

object

the frbs model. See frbs-object.

newdata

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

Value

a matrix of predicted values

See Also

DENFIS


[Package frbs version 3.2-0 Index]