コード例 #1
0
 public ArrayPriorityPatternPicker(WeightSetCollection weightSetCollection)
 {
     this.weightSetCollection = weightSetCollection;
 }
コード例 #2
0
 public ArrayPriorityEntropyTracker(WeightSetCollection weightSetCollection)
 {
     this.weightSetCollection = weightSetCollection;
 }