DataBlock {Microsoft.VisualBasic.MachineLearning.CNN.data} .NET clr documentation

DataBlock

Description

Holding all the data handled by the network. So a layer will receive this class and return a similar block as a output that will be used by the next layer in the chain. @author Daniel Persson (mailto.woden@gmail.com)

Declare

            
# namespace Microsoft.VisualBasic.MachineLearning.CNN.data
export class DataBlock {
   Depth: integer;
   Gradients: double;
   SX: integer;
   SY: integer;
   trace: string;
   # the multiple class classify probability weight
   #  (or the prediction result)
   Weights: double;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]