Docs.rs
  • rustyml-0.1.0
    • rustyml 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • SomeB1oody
    • Dependencies
      • ndarray ^0.16.1 normal
      • ndarray-linalg ^0.17.0 normal
      • rand ^0.9.0 normal
    • Versions
    • 89.27% of the crate is documented
  • Go to latest version
  • 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rustyml0.1.0

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • machine_learning::dbscan::DBSCAN
  • machine_learning::decision_tree::DecisionTree
  • machine_learning::decision_tree::DecisionTreeParams
  • machine_learning::decision_tree::Node
  • machine_learning::isolation_forest::IsolationForest
  • machine_learning::kmeans::KMeans
  • machine_learning::knn::KNN
  • machine_learning::linear_regression::LinearRegression
  • machine_learning::logistic_regression::LogisticRegression
  • machine_learning::meanshift::MeanShift
  • machine_learning::principal_component_analysis::PCA

Enums

  • ModelError
  • machine_learning::DistanceCalculationMetric
  • machine_learning::decision_tree::Algorithm
  • machine_learning::decision_tree::NodeType
  • machine_learning::knn::WeightingStrategy

Functions

  • machine_learning::logistic_regression::generate_polynomial_features
  • machine_learning::meanshift::estimate_bandwidth
  • machine_learning::principal_component_analysis::standardize
  • math::accuracy
  • math::average_path_length_factor
  • math::entropy
  • math::gain_ratio
  • math::gaussian_kernel
  • math::gini
  • math::information_gain
  • math::logistic_loss
  • math::manhattan_distance
  • math::mean_squared_error
  • math::minkowski_distance
  • math::r2_score
  • math::sigmoid
  • math::squared_euclidean_distance
  • math::standard_deviation
  • math::sum_of_square_total
  • math::sum_of_squared_errors