readfis: Read a fis object from a .fis file.

Description Usage Arguments Value

View source: R/FuzzyInferenceSystem.R

Description

Reads a fis object from a file with the .fis extension, and converts it into a data structure to be used within the environment.

Usage

1
readfis(fileName)

Arguments

fileName

Should be an absolute path given as a string to the file to be read, with escaped backslashes.

Value

A fis structure with its values generated from that of the files.


FuzzyR documentation built on May 19, 2021, 9:06 a.m.

Related to readfis in FuzzyR...