Click or drag to resize

NeuralNetworkIsMatching Method

Check whether given sample can be processed with this network.

Namespace:  RavingBots.MagicGestures.AI.Neural
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool IsMatching(
	SampleData sample
)

Parameters

sample
Type: RavingBots.MagicGestures.AI.CommonSampleData

Return Value

Type: Boolean
Remarks
For this to be possible, sample's inputs and outputs count must match those of the network.
See Also