Skip to main content

Crate frlearn_math

Crate frlearn_math 

Source
Expand description

Shared math primitives for fuzzy-rough algorithms.

Re-exports§

pub use t_norms::lukasiewicz_t_norm;
pub use t_norms::lukasiewicz_t_norm_scalar;
pub use t_norms::min_t_norm;
pub use t_norms::min_t_norm_scalar;
pub use t_norms::product_t_norm;
pub use t_norms::product_t_norm_scalar;
pub use transformations::clamp01;
pub use transformations::complement;
pub use transformations::row_sums;
pub use transformations::safe_divide;
pub use transformations::safe_normalize_rows;
pub use vector_measures::l1_norm;
pub use vector_measures::l2_distance;
pub use vector_measures::l2_norm;
pub use vector_measures::max_norm;
pub use weights::decreasing_weights;
pub use weights::uniform_weights;

Modules§

t_norms
transformations
vector_measures
weights

Enums§

MathError

Type Aliases§

MathResult