BenchmarkResult.BenchmarkMetric

public static abstract class BenchmarkResult.BenchmarkMetric extends Object

Accuracy metrics.

Public Method Summary

abstract String
getName()
Gets the name of the metric.
abstract List<Float>
getValues()
Returns the list of the metric value from each sample input.

Inherited Method Summary

Public Methods

public abstract String getName ()

Gets the name of the metric.

public abstract List<Float> getValues ()

Returns the list of the metric value from each sample input.