LabeledSample user defined type

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

A sample, labeled with a class to which that sample belongs.


newtype LabeledSample = (Features : Double[], Label : Int);

Named Items

Features : Double[]

A vector of features for the given sample.

Label : Int

An integer label for the class to which this sample belongs.