You are here: Start » AVL.NET » Invoke.MLP_Respond

Invoke.MLP_Respond

Calculates multilayer perceptron answer.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MLP_Respond
(
	Avl.MlpModel inMlpModel,
	List<float> inInputVector,
	List<float> outResponseVector
)

Parameters

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

See also