frlearn_core 0.1.0

Core traits, errors, and score utilities for the FuzzyRough Rust workspace.
Documentation
[package]
name = "frlearn_core"
version.workspace = true
edition.workspace = true
authors = ["Nitish Das"]
license.workspace = true
repository.workspace = true
description = "Core traits, errors, and score utilities for the FuzzyRough Rust workspace."
readme = "README.md"
keywords = ["fuzzy", "rough-sets", "machine-learning", "classification"]
categories = ["algorithms", "science"]
exclude = ["target/**", "**/*.tmp", "**/*.log"]

[dependencies]
ndarray.workspace = true
thiserror.workspace = true

[dev-dependencies]
approx.workspace = true