ApplySequentialClassifier operation

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.MachineLearning

Package: Microsoft.Quantum.MachineLearning

Given the structure and parameterization of a sequential classifier, applies the classifier to a register of qubits.

operation ApplySequentialClassifier (model : Microsoft.Quantum.MachineLearning.SequentialModel, qubits : Qubit[]) : Unit is Adj + Ctl

Input

model : SequentialModel

The sequential model describing the parameters and structure of the classifier to be applied.

qubits : Qubit[]

A target register to which the classifier should be applied.

Output : Unit