메소드 | 설명 | |
---|---|---|
AddClone ( string cloneName ) : void |
Does nothing.
|
|
Assert ( |
Asserts the truth values from the given fuzzy set.
|
|
Copy ( |
Copies the truth values from the given fuzzy set.
|
|
CopyOrAssertFuzzy ( |
Copies the input set if the current working set is empty, otherwise asserts the given set.
|
|
CorrelateWith ( |
Correlates the working set with the given input set using the given correlation method and truth value.
|
|
ImplicateTo ( |
Implicates the current working set to the given fuzzy set using the given infer method.
|
|
Reset ( ) : void |
Resets the working fuzzy set by setting the empty flag to true and setting the truth vector values to 0.0.
|
|
WorkingFuzzySet ( |
Creates a fuzzy work set with the given parameters.
|