Uses of Class
org.ojalgo.data.DataBatch
-
Packages that use DataBatch Package Description org.ojalgo.ann org.ojalgo.data -
-
Uses of DataBatch in org.ojalgo.ann
Methods in org.ojalgo.ann that return DataBatch Modifier and Type Method Description (package private) DataBatchArtificialNeuralNetwork. newBatch(int rows, int columns)DataBatchWrappedANN. newInputBatch()When usingNetworkTrainerorNetworkInvokerwith a batch size larger than 1 this utility may help with creating the batches.DataBatchNetworkTrainer. newOutputBatch()(package private) DataBatchWrappedANN. newOutputBatch() -
Uses of DataBatch in org.ojalgo.data
Methods in org.ojalgo.data that return DataBatch Modifier and Type Method Description static DataBatchDataBatch. from(Factory2D<? extends Mutate2D.ModifiableReceiver<java.lang.Double>> factory, int batchSize, int dataNodes)With the batch size/capacity specified.
-