MulticlassClassificationMetrics.TopKAccuracyForAllK 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.
Returns the top K accuracy for all K from 1 to the value of TopKPredictionCount.
public System.Collections.Generic.IReadOnlyList<double> TopKAccuracyForAllK { get; }
member this.TopKAccuracyForAllK : System.Collections.Generic.IReadOnlyList<double>
Public ReadOnly Property TopKAccuracyForAllK As IReadOnlyList(Of Double)