SoftmaxWeightedSumFitter.build_mapping#
- SoftmaxWeightedSumFitter.build_mapping(X, y, coords=None)#
Construct a specialized mapping-input graph without sampling.
Like
fit_mapping(), this hook requires an explicit subclass implementation. Mapping models should validate their components and delegate graph construction tobuild(), without running their eagerfit_mappingimplementation.