Returns a fuzzy set which represents the consequent of a correlation rule (see AssertRule), where the current fuzzy set is modified by the NewEvidence fuzzy set.
Namespace: IFuzzyLogic
Delphi |
public |
Parameters
NewEvidence
Type: IFuzzySet
InferenceMethod
Type: TFuzzyInferenceMethod
Unconditional
Type: Boolean
Type: IFuzzySet
IFuzzySet.Infer(IFuzzySet,TFuzzyInferenceMethod,Boolean)
This version of the Infer method allows you to modify the Inference method used, e.g., how the NewEvidence modies the current fuzzy set. MinMax - Takes the maximum of two fuzzy sets Additive - Adds the two fuzzy sets together Mean - Takes the average of the two fuzzy sets Product - Multiplies the two fuzzy sets together BoundedSum - Adds the two fuzzy sets together, cutting off any values over 1.0 |
Reference |