Contents

MLObjectDetector.ModelParameters.ValidationData.table(_:imageColumn:annotationColumn:)

A validation dataset you provide as a data table.

Declaration

case table(MLDataTable, imageColumn: String, annotationColumn: String)

Parameters

  • table:

    An Mldatatable instance the enumeration case uses as its associated value.

  • imageColumn:

    The name of the column in the data table that contains the image file URLs.

  • annotationColumn :

    The name of the column in the data table that contains the image annotations.

See Also

Designating validation data