Docs.rs
  • light-curve-feature-0.5.2
    • light-curve-feature 0.5.2
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • hombit
    • Dependencies
      • GSL ~6.0.0 normal
      • anyhow <1.0.49 normal
      • conv ^0.3.3 normal
      • emcee ^0.3.0 normal
      • rand ^0.3.15 normal
      • enum_dispatch ^0.3.7 normal
      • fftw ^0.7.0 normal
      • itertools ^0.10.0 normal
      • lazy_static ^1.4.0 normal
      • libm ~0.2.1 normal
      • macro_const ^0.1.0 normal
      • ndarray ^0.15.3 normal
      • ndarray-stats ^0.5 normal
      • num-complex ^0.3 normal
      • num-traits ^0.2 normal
      • schemars ^0.8.3 normal
      • serde ^1.0 normal
      • thiserror ^1.0 normal
      • thread_local ^1.1 normal
      • unzip3 ^1.0 normal
      • approx ^0.5 dev
      • chfft ^0.3.4 dev
      • clap ^3.2.6 dev
      • criterion ^0.3 dev
      • hyperdual ^0.5.0 dev
      • light-curve-common ^0.1.0 dev
      • plotters ^0.3.1 dev
      • plotters-bitmap ^0.3.1 dev
      • rand ^0.7 dev
      • rand_distr ^0.2 dev
      • rayon ~1.5.1 dev
      • realfft ^1.1 dev
      • rustfft ^5.0 dev
      • serde_json ^1.0 dev
      • serde_test ^1.0 dev
      • serde_type_name ^0.2.0 dev
    • Versions
    • 66.67% 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
logo

logo

Module prelude

  • Structs
  • Enums
  • Traits
?
Change settings

Module light_curve_feature::prelude

source ·

Re-exports

pub use crate::features::*;

Structs

FeatureExtractor
Bulk feature extractor
FitArray
FitInitsBoundsArrays
OptionFitInitsBoundsArrays
TimeSeries
Time series object to be put into Feature

Enums

EvaluatorError
Error returned from crate::FeatureEvaluator
Feature
All features are available as variants of this enum

Traits

EvaluatorInfoTrait
FeatureEvaluator
The trait each feature should implement
FeatureNamesDescriptionsTrait
FitDerivalivesTrait
FitFeatureEvaluatorGettersTrait
FitFunctionTrait
FitInitsBoundsTrait
FitModelTrait
FitParametersInternalDimlessTrait
FitParametersInternalExternalTrait
FitParametersOriginalDimLessTrait
Float
Floating number trait, it is implemented for f32 and f64 only