nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.DeepLearning / OutputDefinition

OutputDefinition

Full name Microsoft.VisualBasic.MachineLearning.CNN.data.OutputDefinition Assembly Microsoft.VisualBasic.DeepLearning Members 5

This class will hold the definitions that bridge two layers. So you can set values in one layer and use them in the next layer.

@author Daniel Persson (mailto.woden@gmail.com)

00 Remarks

width, height and depth

01 Syntax

Microsoft.VisualBasic.MachineLearning.CNN.data.OutputDefinition

02 Methods

NameOverloadsSummary
ToString 1

03 Properties

NameOverloadsSummary
outX 1 the image width
outY 1 the image height
depth 1 the data depth channel, example as 3 probably stands for rgb channels
len 1

04 Members

property outX #
outX

the image width

property outY #
outY

the image height

property depth #
depth

the data depth channel, example as 3 probably stands for rgb channels

property len #
len
method ToString #
ToString()