List of all items
Structs
- attention::config::AttentionConfig
- attention::log_linear::LogLinearAttention
- attention::log_linear_state::LogLinearState
- attention::multi_head::MultiHeadAttention
- continual::ewc::StreamingEWC
- continual::parameter_isolation::DriftMask
- continual::regeneration::NeuronRegeneration
- drift::AdwinBucketState
- drift::adwin::Adwin
- drift::ddm::Ddm
- drift::pht::PageHinkleyTest
- ensemble::adaptive::AdaptiveSGBT
- ensemble::adaptive_forest::ARFConfig
- ensemble::adaptive_forest::ARFConfigBuilder
- ensemble::adaptive_forest::AdaptiveRandomForest
- ensemble::bagged::BaggedSGBT
- ensemble::config::SGBTConfig
- ensemble::config::SGBTConfigBuilder
- ensemble::core::SGBT
- ensemble::diagnostics::DistributionalDiagnostics
- ensemble::diagnostics::EnsembleDiagnostics
- ensemble::diagnostics::TreeDiagnostics
- ensemble::distributional::DecomposedPrediction
- ensemble::distributional::DistributionalSGBT
- ensemble::distributional::DistributionalTreeDiagnostic
- ensemble::distributional::GaussianPrediction
- ensemble::distributional::ModelDiagnostics
- ensemble::lr_schedule::ConstantLR
- ensemble::lr_schedule::CosineAnnealingLR
- ensemble::lr_schedule::ExponentialDecayLR
- ensemble::lr_schedule::LinearDecayLR
- ensemble::lr_schedule::PlateauLR
- ensemble::moe::MoESGBT
- ensemble::moe_distributional::MoEDistributionalSGBT
- ensemble::multi_target::MultiTargetSGBT
- ensemble::multiclass::MulticlassSGBT
- ensemble::parallel::ParallelSGBT
- ensemble::quantile_regressor::QuantileRegressorSGBT
- ensemble::replacement::TreeSlot
- ensemble::stacked::StackedEnsemble
- ensemble::step::BoostingStep
- histogram::BinEdges
- histogram::bins::FeatureHistogram
- histogram::bins::LeafHistograms
- histogram::categorical::CategoricalBinning
- histogram::kmeans::KMeansBinning
- histogram::quantile::QuantileBinning
- histogram::uniform::UniformBinning
- loss::expectile::ExpectileLoss
- loss::huber::HuberLoss
- loss::logistic::LogisticLoss
- loss::quantile::QuantileLoss
- loss::softmax::SoftmaxLoss
- loss::squared::SquaredLoss
- lstm::slstm_cell::SLSTMCell
- mgrade::delay_conv::DelayConv1D
- mgrade::min_gru::MinGRUCell
- packed::EnsembleHeader
- packed::PackedNode
- packed::TreeEntry
- packed_i16::PackedNodeI16
- packed_i16::QuantizedEnsembleHeader
- reservoir::cycle::CycleReservoir
- reservoir::delay_buffer::DelayBuffer
- reservoir::polynomial::HighDegreePolynomial
- reservoir::prng::Xorshift64Rng
- rng::Xorshift64
- sample::Sample
- sample::SampleRef
- snn::astrocyte::AstrocyteGate
- snn::network_fixed::SpikeNetFixed
- snn::network_fixed::SpikeNetFixedConfig
- snn::readout::ReadoutNeuron
- snn::spike_encoding::DeltaEncoderFixed
- ssm::complex_diag::ComplexDiagonalSSM
- ssm::diagonal::DiagonalSSM
- ssm::norm::BCNorm
- ssm::selective::SelectiveSSM
- ssm::selective_bd::SelectiveSSMBD
- ssm::selective_v3::SelectiveSSMv3
- ssm::selective_v3::SelectiveSSMv3Exp
- ssm::selective_v3::SelectiveSSMv3Mimo
- streaming_primitives::gate_head::GateHead
- streaming_primitives::welford::WelfordNormalizer
- tree::builder::TreeConfig
- tree::hoeffding::HoeffdingTree
- tree::hoeffding_classifier::HoeffdingClassifierConfig
- tree::hoeffding_classifier::HoeffdingClassifierConfigBuilder
- tree::hoeffding_classifier::HoeffdingTreeClassifier
- tree::leaf_model::AdaptiveLeafModel
- tree::leaf_model::ClosedFormLeaf
- tree::leaf_model::LinearLeafModel
- tree::leaf_model::MLPLeafModel
- tree::node::NodeId
- tree::node::TreeArena
- tree::split::SplitCandidate
- tree::split::XGBoostGain
- turbo_quant::TurboQuantized
- turbo_quant::TurboQuantizedView
- view::EnsembleView
- view_i16::QuantizedEnsembleView
Enums
- attention::config::AttentionMode
- attention::config::GateMode
- attention::config::GatedDeltaMode
- attention::state::AttentionState
- drift::DriftDetectorState
- drift::DriftSignal
- ensemble::config::DriftDetectorType
- ensemble::config::ScaleMode
- ensemble::moe::GatingMode
- ensemble::variants::SGBTVariant
- error::ConfigError
- error::FormatError
- error::IrithyllError
- feature::FeatureType
- histogram::BinnerKind
- loss::LossType
- snn::astrocyte::AstrocyteMode
- snn::network_fixed::Precision
- ssm::complex_diag::DiscretizeMethod
- tree::leaf_model::LeafModelType
- turbo_quant::QuantMode
Traits
- attention::AttentionLayer
- continual::ContinualStrategy
- drift::DriftDetector
- ensemble::lr_schedule::LRScheduler
- histogram::BinningStrategy
- learner::HasReadout
- learner::StreamingLearner
- learner::Structural
- learner::Tunable
- loss::Loss
- sample::Observation
- ssm::SSMLayer
- tree::StreamingTree
- tree::leaf_model::LeafModel
- tree::split::SplitCriterion
Functions
- attention::gating::exponential_gate
- attention::gating::extended_sigmoid_gate
- attention::gating::fixed_decay
- attention::gating::init_weights
- attention::gating::lstm_gates
- attention::gating::mat_vec
- attention::gating::sigmoid_gate
- attention::gating::vector_decay
- attention::gating::vector_lower_bounded_gate
- attention::gating::vector_sigmoid_gate
- attention::log_linear::default_lambda_init
- attention::update_rules::additive_update
- attention::update_rules::additive_update_vec
- attention::update_rules::delta_product_update
- attention::update_rules::delta_update
- attention::update_rules::exponential_update
- attention::update_rules::gated_delta_update
- attention::update_rules::hawk_update
- attention::update_rules::hgrn2_update
- attention::update_rules::mlstm_update
- attention::update_rules::rwkv7_update
- histogram::simd::subtract_f64
- histogram::simd::subtract_u64
- histogram::simd::sum_f64
- math::abs
- math::abs_f32
- math::ceil
- math::cos
- math::erf
- math::exp
- math::floor
- math::fmax
- math::fmin
- math::ln
- math::log10
- math::log2
- math::powf
- math::powi
- math::round
- math::sigmoid
- math::silu
- math::silu_derivative
- math::sin
- math::softplus
- math::sqrt
- math::sqrt_f32
- math::tanh
- quantize::max_quantization_error
- quantize::quantize_leaf
- quantize::quantize_threshold
- quantize::within_tolerance
- rng::standard_normal
- rng::xorshift64
- rng::xorshift64_f64
- simd::ops::simd_dot
- simd::ops::simd_exp
- simd::ops::simd_mat_vec
- simd::ops::simd_sigmoid
- simd::ops::simd_silu
- simd::ops::simd_tanh
- snn::eprop::compute_learning_signal_fixed
- snn::eprop::update_eligibility_fixed
- snn::eprop::update_output_weights_fixed
- snn::eprop::update_pre_trace_fixed
- snn::eprop::update_weights_fixed
- snn::lif::f64_to_q14
- snn::lif::lif_step
- snn::lif::q14_mul
- snn::lif::q14_to_f64
- snn::lif::surrogate_gradient_pwl
- ssm::discretize::bilinear_discretize
- ssm::discretize::exp_trapezoidal_complex
- ssm::discretize::trapezoidal_complex
- ssm::discretize::zoh_discretize
- ssm::init::mamba_init
- ssm::init::s4d_inv_complex
- ssm::init::s4d_inv_real
- ssm::init::s4d_lin_real
- ssm::projection::dot
- ssm::projection::mat_vec
- ssm::projection::sigmoid
- ssm::projection::softplus
- streaming_primitives::bounded_mix::softplus_softmax_mix
- streaming_primitives::rank1_update::rank1_outer_update
- streaming_primitives::rank1_update::rank1_outer_update_inplace
- streaming_primitives::tanh_inplace::tanh_inplace
- traverse::predict_tree
- traverse::predict_tree_x4
- traverse_i16::predict_tree_i16
- traverse_i16::predict_tree_i16_inline
- traverse_i16::predict_tree_i16_x4
- tree::predict::collect_leaves
- tree::predict::predict_batch
- tree::predict::predict_from_root
- tree::predict::traverse_to_leaf
- tree::predict::tree_depth
- tree::split::leaf_weight
- turbo_quant::quantize
- turbo_quant::quantize_f32
- turbo_quant::quantize_i16
- turbo_quant::quantize_weights
- turbo_quant::quantize_weights_with_seed