Skip to main content

Module model

Module model 

Source

Re-exports§

pub use crate::bms::deviation_runtime::ParametricAnchorBlock;

Structs§

DataSchema
FittedModelPayload
SavedAnchorComponent
SavedBaselineTimeWiggleRuntime
SavedCompiledFlexBlock
SavedDeploymentExtension
SavedLatentScoreContract
SavedLatentZNormalization
SavedLinkWiggleRuntime
SavedPredictionRuntime
SavedResidualCascade
Saved multiresolution residual-cascade fit (#1032): the predict-time feature columns (d ∈ {2, 3}) plus the serializable cascade state that from_state rebuilds a predict-capable ResidualCascadeFit from. The cascade is a DIFFERENT posterior from the dense Duchon/Matérn term — never a silent swap.
SavedSplineScan
Saved exact spline-scan fit (#1030/#1034): the predict-time feature column plus the lossless smoother state the Gaussian-bridge predict replays.
SavedSurvivalLocationScaleStructure
Exact topology required to replay a saved survival location-scale fit. This is a required v11 payload field: None is explicit for every other family, while location-scale persistence requires Some.
SavedTransformationNormalGeometry
Direct-α SCOP-CTN transformation geometry required to replay a saved transformation-normal fit (gam#2306).
SchemaColumn
TransformationScoreCalibration

Enums§

ColumnKindTag
FittedEstimator
Statistical criterion represented by a saved fitted surface.
FittedFamily
FittedModel
FittedModelError
Typed error surface for src/inference/model.rs saved-model code.
ModelKind
PredictModelClass
SavedAnchorKind
TransformationNormalParameterization
Coefficient parameterization of a saved transformation-normal (CTN) fit.
TransformationScoreKind

Constants§

MODEL_PAYLOAD_VERSION
Canonical saved-model payload schema version.
TRANSFORMATION_SCORE_PIT_CLIP_EPS

Functions§

append_deployment_extension_columns
Append deployment-only extension columns to the fitted design coordinate system.
binomial_location_scale_threshold_beta
gaussian_location_scale_mean_beta
load_survival_time_basis_config_from_model
location_scale_noise_beta
survival_baseline_config_from_model

Type Aliases§

GroupMetadata
Schema-free saved-model metadata keyed by stable group id.