Returns TRUE if the Keyword parameter matches an operation type string, e.g., 'zadeh','mean', 'mean-sqr', 'bounded-sum' etc. It also returns the Operation matched in the Operation parameter.
Namespace: FuzzyConsts
Delphi |
function IsFuzzyOperation( const Name: String; var Operation: TFuzzyOperation ): Boolean; |
Parameters
Name
Type: String
Operation
Type: TFuzzyOperation
Type: Boolean
Reference |