IterationPerformance Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.IterationPerformance

public class IterationPerformance

Represents the detailed performance data for a trained iteration.

Method Summary

Modifier and Type Method and Description
Double averagePrecision()

Get the averagePrecision value.

List<TagPerformance> perTagPerformance()

Get the perTagPerformance value.

double precision()

Get the precision value.

double precisionStdDeviation()

Get the precisionStdDeviation value.

double recall()

Get the recall value.

double recallStdDeviation()

Get the recallStdDeviation value.

Method Details

averagePrecision

public Double averagePrecision()

Get the averagePrecision value.

Returns:

the averagePrecision value

perTagPerformance

public List perTagPerformance()

Get the perTagPerformance value.

Returns:

the perTagPerformance value

precision

public double precision()

Get the precision value.

Returns:

the precision value

precisionStdDeviation

public double precisionStdDeviation()

Get the precisionStdDeviation value.

Returns:

the precisionStdDeviation value

recall

public double recall()

Get the recall value.

Returns:

the recall value

recallStdDeviation

public double recallStdDeviation()

Get the recallStdDeviation value.

Returns:

the recallStdDeviation value

Applies to