FSharp.Fuzzy


FSharp.Fuzzy

FSharp.Fuzzy Namespace

TypeDescription
Fuzzy

Fuzzy type This type implements subset of fuzzy intervals described by convex membership function \(\mu\) with values changing from 0 to 1. Accepts array of intervals comprising \(\alpha\)-cuts, starting from Bottom level up to the Top.

Interval

Interval record

 let i = {a = 1m; b = 2m }

a is expected to be less or equal b

ModuleDescription
Fuzzy

This module contains bunch of factory methods for Fuzzy type

Fork me on GitHub