ConfusionMatrix.PerClassRecall Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The calculated value of recall for each class.
public System.Collections.Generic.IReadOnlyList<double> PerClassRecall { get; }
member this.PerClassRecall : System.Collections.Generic.IReadOnlyList<double>
Public ReadOnly Property PerClassRecall As IReadOnlyList(Of Double)