ValidationResults ユーザー定義型

警告

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

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

名前空間: Microsoft.Quantum.MachineLearning

パッケージ: Microsoft.Quantum.MachineLearning

一連のサンプルに対して分類子を検証した結果。


newtype ValidationResults = (NMisclassifications : Int, NValidationSamples : Int);

名前付きアイテム

NMisclassifications : Int

検証中に観察された誤分類の数。

NValidationSamples : Int