Expand description
Outer-score row subsampling — re-exported from gam-problem.
The canonical definitions of OuterScoreSubsample, RowSet, and
WeightedOuterRow are neutral low-layer primitives that live in the
gam-problem crate so the CustomFamily trait layer (and the model
families above it) can depend on them downward without duplication. This
module is a stable re-export so existing gam_models::outer_subsample::*
and crate::outer_subsample::* paths keep resolving.
Structs§
- Outer
Score Subsample - Stratified row index subsample shared across outer-loop evaluations.
- Weighted
Outer Row
Enums§
- RowSet
- Row selection for an outer-loop evaluation: either the full data (
All) or a Horvitz–ThompsonWeightedOuterRowsubsample.
Constants§
- ARROW_
ROW_ CHUNK - Deterministic row-block tiling constant for the parallel reduction paths.
Functions§
- arrow_
row_ chunk_ count - Number of
ARROW_ROW_CHUNK-sized tiles coveringn_rows.