You are here: Start » FIL.NET » FIS.MLP_Respond Method
FIS.MLP_Respond Method
Calculates multilayer perceptron answer.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void MLP_Respond ( FilNet.MlpModel inMlpModel, IList<float> inInputVector, IList<float> outResponseVector )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inMlpModel | FilNet.MlpModel | Trained MlpModel object. | ||
![]() | inInputVector | System.Collections.Generic.IList<float> | Input vector of features used to calculate classifier response. | ||
![]() | outResponseVector | System.Collections.Generic.IList<float> | Calculated response. |