====== Select Weights ====== ===== Description ===== This container picks up a set of Weights of Evidence coefficients from a series of sets. ===== Inputs ===== None. ===== Optional Inputs ===== ^ Name ^ Type ^ Description ^ Default Value ^ | Step | [[Positive Integer Type]] | Current step or model iteration. | 1 | ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Weights | [[Weights Type]] | Weights of Evidence coefficients. | ===== Group ===== [[Functor List#Stack | Stack]] ===== Notes ===== This container allows replacement of one set of Weights of Evidence coefficients by another during a model execution. Any set of Weights of Evidence coefficients inside this container will begin to be used by a simulation according to its number identifier and will continue to be used until the model step reaches the number identifier of another set of Weights of Evidence coefficients inside the same container. Each set of Weights of Evidence coefficients inside the "Select Weights" must be provided by a corresponding [[Number Weights]]. ===== Internal Name ===== SelectWeights