<< inwichclust sciFLT loadfls >>

sciFLT >> sciFLT > linear

linear

Linear output for Takagi-Sugeno fuzzy logic systems.

Calling Sequence

y=linear(x,par)

Parameters

x:

matrix of real with size [m,n].

par:

row vector with n+1 elements .

Description

constant compute the linear output of a Takagi-Sugeno fls due the evaluations of rules stored in x. This is a util function.

The number of parameters are equal to the number of inputs plus 1.

The output have the form: y=x*par(1:n)+ones(m,1)*par(n+1)

See also

Authors


Report an issue
<< inwichclust sciFLT loadfls >>