SampleData Class |
Namespace: RavingBots.MagicGestures.AI.Common
public class SampleData
The SampleData type exposes the following members.
Name | Description | |
---|---|---|
SampleData(Int32, Int32) |
Create a new empty sample.
| |
SampleData(Single, Single) |
Create a new sample from the existing data.
|
Name | Description | |
---|---|---|
IsValidTrainingSet |
Verify whether the given set of samples can be used
for training a network.
| |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
ToString(SampleData) |
Convert the entire set of samples to a string.
|
Name | Description | |
---|---|---|
Input |
The array of the input values (in range [0, 1]).
| |
Output |
The array of the output values (in range [0, 1]).
|