ValidateSequentialClassifier 操作

警告

このドキュメントは、モダン QDK に置き換えられたクラシック QDK を参照しています。

モダン QDK の API ドキュメントを参照 https://aka.ms/qdk.api してください。

名前空間: Microsoft.Quantum.MachineLearning

パッケージ: Microsoft.Quantum.MachineLearning

特定のシーケンシャル分類器を、事前にラベル付けされたサンプルの特定のセットに対して検証します。

operation ValidateSequentialClassifier (model : Microsoft.Quantum.MachineLearning.SequentialModel, samples : Microsoft.Quantum.MachineLearning.LabeledSample[], tolerance : Double, nMeasurements : Int, validationSchedule : Microsoft.Quantum.MachineLearning.SamplingSchedule) : Microsoft.Quantum.MachineLearning.ValidationResults

入力

model : SequentialModel

検証するシーケンシャル モデル。

samples : LabeledSample[]

指定したモデルの検証に使用するサンプル。

tolerance : Double

各サンプルをシーケンシャル分類子への入力としてエンコードする際に使用する近似許容値。

nMeasurements : Int

各サンプルの分類に使用する測定値の数。

validationSchedule : SamplingSchedule

検証セットからサンプルを描画するスケジュール。

Output : ValidationResults

指定された検証の結果。