Docs.rs
  • utah2-0.1.1
    • utah2 0.1.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • ykafia
    • Dependencies
      • csv ^1.1.3 normal
      • error-chain ^0.12.2 normal
      • itertools ^0.8.2 normal
      • ndarray ^0.13.0 normal
      • ndarray-rand ^0.11.0 normal
      • num ^0.2.1 normal
      • rand ^0.7.3 normal
      • rustc-serialize ^0.3.24 normal
    • Versions
    • 15.14% 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
    • 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

utah20.1.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • combinators::aggregate::Max
  • combinators::aggregate::Mean
  • combinators::aggregate::Min
  • combinators::aggregate::Stdev
  • combinators::aggregate::Sum
  • combinators::interact::Concat
  • combinators::interact::InnerJoin
  • combinators::interact::OuterJoin
  • combinators::process::Impute
  • combinators::process::MapDF
  • combinators::transform::Append
  • combinators::transform::Remove
  • combinators::transform::Select
  • dataframe::DataFrame
  • dataframe::DataFrameIterator
  • dataframe::DataFrameMut
  • dataframe::DataFrameMutIterator
  • util::error::Error

Enums

  • util::error::ErrorKind
  • util::types::ImputeStrategy
  • util::types::UtahAxis

Traits

  • util::error::ResultExt
  • util::readcsv::ReadCSV
  • util::traits::Aggregate
  • util::traits::Constructor
  • util::traits::Empty
  • util::traits::Operations
  • util::traits::Process
  • util::traits::ToDataFrame
  • util::traits::Transform
  • util::traits::UtahNum

Macros

  • col
  • dataframe

Type Aliases

  • util::error::Result
  • util::types::AppendIter
  • util::types::Column
  • util::types::ColumnView
  • util::types::ConcatIter
  • util::types::DFIter
  • util::types::ImputeIter
  • util::types::InnerJoinIter
  • util::types::MapDFIter
  • util::types::Matrix
  • util::types::MatrixMut
  • util::types::MatrixView
  • util::types::MaxIter
  • util::types::MeanIter
  • util::types::MinIter
  • util::types::OuterJoinIter
  • util::types::RemoveIter
  • util::types::Row
  • util::types::RowMut
  • util::types::SelectIter
  • util::types::StdevIter
  • util::types::SumIter
  • util::types::Window
  • util::types::WindowMut