frlearn_preprocess 0.1.0

Preprocessing models (for example range normalization) for FuzzyRough.
Documentation
[package]
name = "frlearn_preprocess"
version.workspace = true
edition.workspace = true
authors = ["Nitish Das"]
license.workspace = true
repository.workspace = true
description = "Preprocessing models (for example range normalization) for FuzzyRough."
readme = "README.md"
keywords = ["fuzzy", "preprocessing", "normalization", "machine-learning"]
categories = ["algorithms", "science"]
exclude = ["target/**", "**/*.tmp", "**/*.log"]

[dependencies]
ndarray.workspace = true
frlearn_core = { version = "=0.1.0", path = "../frlearn_core" }
frlearn_math = { version = "=0.1.0", path = "../frlearn_math" }

[dev-dependencies]
approx.workspace = true
serde_json.workspace = true