Learn R Programming

FuzzyToolkitUoN (version 1.0)

showFIS: Show a FIS object.

Description

Shows a FIS and all its data in an ordered format on the console.

Usage

showFIS(FIS)

Arguments

FIS
Requires a FIS structure to be displayed.

Value

    Examples

    Run this code
    FIS <<- tippertest()
    showFIS(FIS)

    Run the code above in your browser using DataLab