ShuffledBatchGeneratorT Constructor |
| Name | Description | |
|---|---|---|
| ShuffledBatchGeneratorT(IEnumerableT) |
Constructs a new ShuffledBatchGenerator that uses the given
batch template to make a new batch generator to use.
| |
| ShuffledBatchGeneratorT(BatchGeneratorT) |
Constructs a new ShuffledBatchGenerator that uses the given
BatchGenerator.
| |
| ShuffledBatchGeneratorT(IEnumerableT, IRandom) |
Constructs a new ShuffledBatchGenerator that uses the given
batch template to make a new batch generator to use.
| |
| ShuffledBatchGeneratorT(BatchGeneratorT, IRandom) |
Constructs a new ShuffledBatchGenerator that uses the given
BatchGenerator.
|