Click or drag to resize

SampleDataIsValidTrainingSet Method

Verify whether the given set of samples can be used for training a network.

Namespace:  RavingBots.MagicGestures.AI.Common
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static bool IsValidTrainingSet(
	SampleData[] samples
)

Parameters

samples
Type: RavingBots.MagicGestures.AI.CommonSampleData

Return Value

Type: Boolean
Remarks
All samples must be valid and have the same number of inputs and outputs for the entire set to be valid.
See Also