solow-decomposition 0.7.3

Rust matrix decomposition for machine learning: PCA, kernel PCA, FastICA, NMF, mini-batch NMF, truncated SVD (LSA), incremental PCA, sparse PCA, dictionary learning, mini-batch dictionary learning, latent Dirichlet allocation, Gaussian and sparse random projection.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.80"
name = "solow-decomposition"
version = "0.7.3"
authors = ["Murat Ova"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust matrix decomposition for machine learning: PCA, kernel PCA, FastICA, NMF, mini-batch NMF, truncated SVD (LSA), incremental PCA, sparse PCA, dictionary learning, mini-batch dictionary learning, latent Dirichlet allocation, Gaussian and sparse random projection."
homepage = "https://stochasticminds.com"
documentation = "https://docs.rs/solow"
readme = false
keywords = [
    "kernel-pca",
    "ica",
    "nmf",
    "decomposition",
    "machine-learning",
]
categories = [
    "science",
    "mathematics",
]
license = "BSD-3-Clause"
repository = "https://github.com/benovamurat/solow"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
serde = ["dep:serde"]

[lib]
name = "solow_decomposition"
path = "src/lib.rs"

[[test]]
name = "reference_fixtures"
path = "tests/reference_fixtures.rs"

[dependencies.ndarray]
version = "0.16"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.solow-core]
version = "0.7.3"

[dependencies.solow-manifold]
version = "0.7.3"

[dependencies.thiserror]
version = "2"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.serde_json]
version = "1"