es6-fuzz - v7.0.1
    Preparing search index...

    Interface Fuzzifier

    Common interface implemented by every fuzzifier.

    Anything that maps a crisp input value to a membership degree can be used with Logic. This includes the geometric Shape curves as well as Constant, Sigmoid and FuzzyFunction, none of which are point-based shapes.

    interface Fuzzifier {
        fuzzify(val: number): number;
    }

    Implemented by

    Index

    Methods

    Methods

    • Fuzzify

      Parameters

      • val: number

        Point on X axis

      Returns number

      fuzzy output 0..1