Rdocumentation
powered by
Learn R Programming
FuzzyToolkitUoN (version 1.0)
mfValidate: Validate the input of a membership function. mfValidate
Description
Validates all user input when a membership function is created, and will stop function execution if invalid values are given.
Usage
mfValidate(mfName, mfParams)
Arguments
mfName
Passed string used to check the given name.
mfParams
Passed mfParams (numeric vector) used to check the right amount of mfParams have been given.
Value