|
CreateFuzzyName(String,String,String)
|
Overloaded. Creates a new fuzzy name by concatenating the left fuzzy expression, the connection, and the right fuzzy expression.
|
|
CreateFuzzyName(String,String,TFzyFloat)
|
Overloaded. Creates a new fuzzy name by concatenating the left fuzzy expression, the connection, and a floating point value.
|
|
CreateFuzzyName(TBaseFuzzyHedge,Boolean,String)
|
Overloaded. Creates a new fuzzy name by concatenating the fuzzy expression with the base hedge. The ModifyY parameter specifies whether the hedge modifies Y values or X values.
|
|
CreateFuzzyName(TFuzzyHedge,String)
|
Overloaded. Creates a new fuzzy name by concatenating the fuzzy expression with the hedge.
|
|
FormatFuzzyExpression(String)
|
Creates a new fuzzy expression from the Expression parameter. It ensures that the new expression contains parentheses if needed.
|
|
IsFuzzyCorrelation(String,TFuzzyCorrelationMethod)
|
Returns TRUE if the specified Name string is a correlation name. If it is, the actual correlation type is returned in the Correlation parameter.
|
|
IsFuzzyHedge(String)
|
Overloaded. Returns TRUE if the HedgeName parameter matches a hedge string.
|
|
IsFuzzyHedge(String,TFuzzyHedge)
|
Overloaded. Returns TRUE if the HedgeName parameter matches a hedge string AND returns the Hedge matched.
|
|
IsFuzzyHedgeOperator(String)
|
Overloaded. Returns TRUE if the HedgeName parameter matches a BASE hedge string.
|
|
IsFuzzyHedgeOperator(String,TBaseFuzzyHedge,Boolean)
|
Overloaded. Returns TRUE if the HedgeName parameter matches a BASE hedge string, and it returns the base fuzzy hedge matched and whether it was for X or Y (ModifyY parameter).
|
|
IsFuzzyInference(String,TFuzzyInferenceMethod)
|
Returns TRUE if the Name parameter matches a inference method string. It also returns the Fuzzy Inference Method matched in the Implication parameter.
|
|
IsFuzzyKeyword(String,Boolean,TFuzzyOperation)
|
Returns TRUE if the Keyword parameter matches an intersection or union keyword string, e.g., 'and', 'or', 'and-mean', etc. It also returns the Fuzzy Operation Type, and whether it is a Union or Intersection, matched in the OperationType and Union parameters.
|
|
IsFuzzyOperation(String,TFuzzyOperation)
|
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.
|