MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.trainers.ConvertOutputArgs Class Reference

The ConvertOutputArgs is passed to the OnConvertOutput event. More...

Inheritance diagram for MyCaffe.trainers.ConvertOutputArgs:

Public Member Functions

 ConvertOutputArgs (int nN, float[] rgOutput)
 The constructor. More...
 
void SetRawOutput (byte[] rgData, string type)
 Sets the raw output byte stream and type. More...
 

Properties

int ResultCount [get]
 Returns the number of results. More...
 
float[] Output [get]
 Specifies the output to convert. More...
 
string RawType [get]
 Specifies the type of the raw output byte stream. More...
 
byte[] RawOutput [get]
 Specifies the raw output byte stream. More...
 

Detailed Description

The ConvertOutputArgs is passed to the OnConvertOutput event.

Definition at line 310 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ ConvertOutputArgs()

MyCaffe.trainers.ConvertOutputArgs.ConvertOutputArgs ( int  nN,
float[]  rgOutput 
)

The constructor.

Parameters
nNSpecifies the number of outputs.
rgOutputSpecifies the output to convert.

Definition at line 322 of file EventArgs.cs.

Member Function Documentation

◆ SetRawOutput()

void MyCaffe.trainers.ConvertOutputArgs.SetRawOutput ( byte[]  rgData,
string  type 
)

Sets the raw output byte stream and type.

Parameters
rgDataSpecifies the raw output byte stream.
typeSpecifies the raw output type.

Definition at line 365 of file EventArgs.cs.

Property Documentation

◆ Output

float [] MyCaffe.trainers.ConvertOutputArgs.Output
get

Specifies the output to convert.

Definition at line 339 of file EventArgs.cs.

◆ RawOutput

byte [] MyCaffe.trainers.ConvertOutputArgs.RawOutput
get

Specifies the raw output byte stream.

Definition at line 355 of file EventArgs.cs.

◆ RawType

string MyCaffe.trainers.ConvertOutputArgs.RawType
get

Specifies the type of the raw output byte stream.

Definition at line 347 of file EventArgs.cs.

◆ ResultCount

int MyCaffe.trainers.ConvertOutputArgs.ResultCount
get

Returns the number of results.

Definition at line 331 of file EventArgs.cs.


The documentation for this class was generated from the following file: