See: Description
Interface | Description |
---|---|
MLDataItem |
Single data item that will be used to train machine learning model.
|
Preprocessing<T> |
Data pre-processing abstraction.
|
Class | Description |
---|---|
DataSets |
Data set utility methods ans constants.
|
ExampleImage |
Example image to train a deep learning model.
|
ImageSet |
Data set with images that will be used to train convolutional neural network.
|
TabularDataSet<T extends MLDataItem> |
Basic data set with tabular data.
|
TabularDataSet.Item |
Represents a basic data set item (single row) with input tensor and
target vector in a data set.
|
TrainTestPair |
This class holds training and test data set pair.
|
Copyright © 2022. All rights reserved.