DataBlock {Microsoft.VisualBasic.MachineLearning.CNN.data} | .NET clr documentation |
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)
# 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;
}