Public Member Functions | |
Triangle (float zero_left, float one_middle, float zero_right) | |
Pass in the two values at which the fuzzy membership function is zero and the single place where the fuzzy membership function is one. | |
Triangle () | |
float | fuzzy (float value) const |
w2img::Fuzzy::Triangle::Triangle | ( | float | zero_left, | |
float | one_middle, | |||
float | zero_right | |||
) |
Pass in the two values at which the fuzzy membership function is zero and the single place where the fuzzy membership function is one.
w2img::Fuzzy::Triangle::Triangle | ( | ) | [inline] |
float w2img::Fuzzy::Triangle::fuzzy | ( | float | value | ) | const |