powered by
Returns an evaluated crisp value for a given fis structure.
evalfis(input_stack, fis, time = 1, point_n = 101, draw = FALSE)
A matrix representing the input stack, number of inputs (columns) by number of outputs (rows).
A fis must be provided.
default 1
number of discretised points, default 101
whether to draw, TRUE or FALSE
Returns a matrix of evaluated values.
# NOT RUN { Input_data <- matrix((1:2),1,2) fis <- tipper() evalfis(Input_data, fis) # }
Run the code above in your browser using DataLab