Accord.MachineLearning.BaseBatches.Init C# (CSharp) Method

Init() protected abstract method

Inheritors should use this method to create a new instance of a mini-batch object. You can use this method to create mini-batches containing different objects related to the mini-batch, such as auxiliary data, privileged information, etc).
protected abstract Init ( ) : TBatch
return TBatch
        protected abstract TBatch Init();