MulticlassClassificationMetrics.TopKAccuracy 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.
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