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;