You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inMlpModel | Fil.MlpModel | Trained MlpModel object. | ||
![]() | inInputVector | System.Collections.Generic.List<float> | Input vector of features used to calculate classifier response. | ||
![]() | outResponseVector | System.Collections.Generic.List<float> | Calculated response. |