Interface MLDataItem

All Known Implementing Classes:
ExampleImage, TabularDataSet.Item

public interface MLDataItem
Single data item that will be used to train machine learning model. Implementing classes should provides methods for input and target output for a machine learning model. To create a data set of custom objects implement this interface for corresponding class.
See Also:
  • invalid reference
    DataSet