UNPKG

javascript-fuzzylogic

Version:

A library that allows for manipulation of fuzzy sets in JavaScript

4 lines (3 loc) 214 B
export { FuzzySet } from './FuzzySet'; export { FuzzyValue } from './types'; export { alphacut, support, height, isNormal, complement, intersection, union, getPlottableValues, getMembershipValue, } from './utils';