Docs.rs
  • linfa-preprocessing-0.7.1
    • linfa-preprocessing 0.7.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • bytesnake
    • github:rust-ml:wg
    • Dependencies
      • approx ^0.4 normal
      • encoding ^0.2 normal
      • linfa ^0.7.1 normal
      • linfa-linalg ^0.1 normal
      • ndarray ^0.15 normal
      • ndarray-linalg ^0.16 normal optional
      • ndarray-rand ^0.14 normal
      • ndarray-stats ^0.5 normal
      • regex ^1.4.5 normal
      • serde ^1.0 normal optional
      • serde_regex ^1.1 normal optional
      • sprs =0.11.1 normal
      • thiserror ^1.0 normal
      • unicode-normalization ^0.1.8 normal
      • criterion ^0.4.0 dev
      • curl ^0.4.35 dev
      • flate2 ^1.0.20 dev
      • iai ^0.1 dev
      • linfa ^0.7.1 dev
      • linfa-bayes ^0.7.1 dev
      • linfa-datasets ^0.7.1 dev
      • statrs ^0.16.0 dev
      • tar ^0.4.33 dev
    • Versions
    • 62.96% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

linfa_preprocessing0.7.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Type Aliases

List of all items

Structs

  • CountVectorizer
  • CountVectorizerParams
  • CountVectorizerValidParams
  • linear_scaling::LinearScaler
  • linear_scaling::LinearScalerParams
  • norm_scaling::NormScaler
  • tf_idf_vectorization::FittedTfIdfVectorizer
  • tf_idf_vectorization::TfIdfVectorizer
  • whitening::FittedWhitener
  • whitening::Whitener

Enums

  • error::PreprocessingError
  • linear_scaling::ScalingMethod
  • tf_idf_vectorization::TfIdfMethod
  • whitening::WhiteningMethod

Macros

  • column_for_word

Type Aliases

  • error::Result