Function normalize

  • Ensures the all fuzzy values are between 0.0 and 1.0.

    Returns

    For Fuzzy value lesser than 0.0 returns 0.0, for Fuzzy value greater then 1.0 returns 1.0, otherwise returns original Fuzzy value. See Logic for details on Fuzzy Human Logic values normalization.

    Parameters

    • value: number

    Returns Fuzzy

  • Parameters

    Returns Logic

Generated using TypeDoc