Controlling the quality of a hypothesis
Parameter | Description |
Quality FuzzyQuality(Area value, AreaFuzzyInterval interval) |
Specifies a function for computing a penalty coefficient by which the quality of a hypothesis for the element should be multiplied. The function is calculated as the result of checking if the value “value” belongs to the fuzzy interval “interval.” For details on how to use the FuzzyQuality function, see Tips and Tricks/Using Nearest and FuzzyQuality to look for elements. |
Quality FuzzyQuality( DistInterval value, DistFuzzyInterval interval ) |
The function calculates the penalty coefficient by which the quality of the element hypothesis must be multiplied. The function checks whether the value value belongs to the fuzzy interval interval. For more on the FuzzyQuality function, see Tips and Tricks/Using Nearest and FuzzyQuality to look for elements. |
Quality FuzzyQuality( Int value, IntFuzzyInterval interval ) |
The function calculates the penalty coefficient by which the quality of the element hypothesis must be multiplied. The function checks whether the value value belongs to the fuzzy interval interval. For more on the FuzzyQuality function, see Tips and Tricks/Using Nearest and FuzzyQuality to look for elements. |
Quality Quality( Real ) | Sets the penalty coefficient by which the quality of the element hypothesis must be multiplied. |
12.04.2024 18:16:02