|
Rule Constructor (Database, String, String)
|
Namespace:
Accord.Fuzzy
Assembly:
Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax public Rule(
Database fuzzyDatabase,
string name,
string rule
)
Public Sub New (
fuzzyDatabase As Database,
name As String,
rule As String
)
Request Example
View SourceParameters
- fuzzyDatabase
- Type: Accord.FuzzyDatabase
A fuzzy Database containig the linguistic variables
(see LinguisticVariable) that will be used in the Rule. - name
- Type: SystemString
Name of this Rule. - rule
- Type: SystemString
A string representing the Rule. It must be a "IF..THEN"
statement. For a more detailed description see Rule class.
See Also