Click or drag to resize

ShuffledBatchGeneratorT Constructor

Overload List
  NameDescription
Public methodShuffledBatchGeneratorT(IEnumerableT)
Constructs a new ShuffledBatchGenerator that uses the given batch template to make a new batch generator to use.
Public methodShuffledBatchGeneratorT(BatchGeneratorT)
Constructs a new ShuffledBatchGenerator that uses the given BatchGenerator.
Public methodShuffledBatchGeneratorT(IEnumerableT, IRandom)
Constructs a new ShuffledBatchGenerator that uses the given batch template to make a new batch generator to use.
Public methodShuffledBatchGeneratorT(BatchGeneratorT, IRandom)
Constructs a new ShuffledBatchGenerator that uses the given BatchGenerator.
Top
See Also