You are here: Start » AVL.NET » AVS.MLP_Respond Method

AVS.MLP_Respond Method

Calculates multilayer perceptron answer.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MLP_Respond
(
	AvlNet.MlpModel inMlpModel,
	IList<float> inInputVector,
	IList<float> outResponseVector
)

Parameters

Name Type Range Default Description
inMlpModelAvlNet.MlpModelTrained MlpModel object.
inInputVectorSystem.Collections.Generic.IList<float>Input vector of features used to calculate classifier response.
outResponseVectorSystem.Collections.Generic.IList<float>Calculated response.

See also