FeatureRegisterSize function

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

Returns the number of qubits required to encode a particular feature vector.

function FeatureRegisterSize (sample : Double[]) : Int

Input

sample : Double[]

A sample feature vector to be encoded into a qubit register.

Output : Int

The size required to encode sample into a qubit register, expressed as a number of qubits.