ParseRule
ParseRule
ParseRule
Creates a fuzzy Mamdani rule based on a specified line.
CMamdaniFuzzyRule* ParseRule(
const string rule // string representation of a fuzzy rule
)Parameters
- rule
[in] String representation of a fuzzy Mamdani rule.
Return Value
Fuzzy Mamdani rule.
Last updated on