assessment 1.0.0

A library that allows different types of assessments, to convert between them and to perform basic operations.
Documentation
1
2
3
4
5
6
7
8
9
//! Fuzzy logic utilities for linguistic assessments.

pub use label::{Label, LabelError, LabelMembership};

/// Membership functions.
pub mod membership;

/// Fuzzy label.
pub mod label;