ufv_absorb_weights#
- t3toolbox.uniform_frame_variations_format.ufv_absorb_weights(variations, weights)#
def ufv_absorb_weights(variations: UT3Variations, weights: UT3FrameWeights) -> UT3Variations:
Absorb the metric
weightsinto the variation supercores (down->V,up/left/right->H), returning the weightedUT3Variations(the frame is unchanged, and the masks are preserved – absorb is rank-preserving).The
C-stacked metric broadcasts over the variations’Kfor free. Uniform twin oft3toolbox.frame_variations_format.fv_absorb_weights(); seeufv_absorb_weights().- Parameters:
variations (UT3Variations)
weights (UT3FrameWeights)
- Return type: