MulticlassClassificationMetrics.TopKAccuracy Property

Definition

Convenience method for "TopKAccuracyForAllK[TopKPredictionCount - 1]". If TopKPredictionCount is positive, this is the relative number of examples where the true label is one of the top K predicted labels by the predictor.

public double TopKAccuracy { get; }
member this.TopKAccuracy : double
Public ReadOnly Property TopKAccuracy As Double

Property Value

Applies to