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

Invoke.MLP_Respond

Calculates multilayer perceptron answer.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inMlpModelFil.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