You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inMlpModel | Avl.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. |