Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
select_weights [2011/07/31 20:59]
hermann created
select_weights [2026/08/28 03:33] (current)
hermann Sync from local documentation review
Line 1: Line 1:
-====== Select Weights ====== ​+====== Select Weights ======
  
 ===== Description ===== ===== Description =====
  
-This container ​picks up a set of Weights of Evidence coefficients ​from a series of sets+Container that picks one set of Weights of Evidence coefficients ​out of a series ​connected inside it, based on the current step. Each candidate set must be connected through a [[Number Weights]] hook, whose number identifies the step at which that set takes over. A set begins being selected once the model step reaches its number, and remains selected until the step reaches the number ​of another connected set, allowing one set of coefficients to be swapped for another during a model'​s execution.
  
 ===== Inputs ===== ===== Inputs =====
 +
 +None.
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
-^ Name ^ Type ^ Description ^ Default Value ^ +^ Name  ^ Type  ^ Description ​ ^ Default Value  
-| Step  | [[Positive ​Int Type|Positive Int]]  | Current step or model iteration  ​| 1  |+| Step  | [[Positive ​Integer Value Type]] ​ | Step used to pick the coefficients,​ automatically bound to the innermost compatible container | 1  |
  
 ===== Outputs ===== ===== Outputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Weights ​ | [[Weights Type|Weights]]  | Weights of Evidence coefficients. ​ |+| Weights ​ | [[Weights Type]] ​ | Selected ​Weights of Evidence coefficients. ​ |
  
 ===== Group ===== ===== Group =====
Line 21: Line 23:
 [[Functor List#Stack | Stack]] [[Functor List#Stack | Stack]]
  
-===== Notes ===== +===== 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.+Only [[Number ​Weights]] hooks can be connected ​inside this container.
  
-Each set of Weights of Evidence ​coefficients ​inside ​the "​Select Weights"​ must be provided by a corresponding [[Number Weights]].+The selected ​coefficients ​are the ones with the greatest number identifier that is still less than or equal to Step.
  
-===== Internal Name ===== +===== Internal Name =====
  
 SelectWeights SelectWeights