Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Data Classification » Multilayer Perceptron » MLP_Respond

MLP_Respond


Module: FoundationPro

Calculates multilayer perceptron answer.

Name Type Description
Input value inMlpModel MlpModel Trained MlpModel object
Input value inInputVector RealArray Input vector of features used to calculate classifier response
Output value outResponseVector RealArray Calculated response

Description

The operation calculates response of multilayer perceptron classifier for the input data provided in inInputVector.

The parameter inInputVector size must be equal to trained MlpModel input count. Input count is set in MLP_Init.

The operation result outResponseVector is size of output count provided during MlpModel initializing operation.

Image: Visualization of MLP_Respond filter.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Incorrect or uninitialized MlpModel in MLP_Respond.

Complexity Level

This filter is available on Expert Complexity Level.

See Also

  • MLP_Train – Creates and trains multilayer perceptron classifier.
  • MLP_Init – Creates multilayer perceptron model.