Click or drag to resize

SampleData Class

A single sample of training data.
Inheritance Hierarchy
SystemObject
  RavingBots.MagicGestures.AI.CommonSampleData

Namespace:  RavingBots.MagicGestures.AI.Common
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class SampleData

The SampleData type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsValid
if this sample is not valid.
Top
Methods
Fields
  NameDescription
Public fieldInput
The array of the input values (in range [0, 1]).
Public fieldOutput
The array of the output values (in range [0, 1]).
Top
Remarks
See Also