Click or drag to resize

SampleData Constructor (Single, Single)

Create a new sample from the existing data.

Namespace:  RavingBots.MagicGestures.AI.Common
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public SampleData(
	float[] input,
	float[] output
)

Parameters

input
Type: SystemSingle
output
Type: SystemSingle
Remarks
Important note Important
Arrays are not copied. Make sure you to make a copy yourself if you plan on modifying them afterwards.
See Also