Uses of Class
deepnetts.data.TabularDataSet
Packages that use TabularDataSet
Package
Description
Data structures to store example data used for building machine learning models.
Various utility classes including Tensor, image operations, multithreading, exceptions etc.
-
Uses of TabularDataSet in deepnetts.data
Subclasses of TabularDataSet in deepnetts.dataModifier and TypeClassDescriptionclass
Data set with images that will be used to train convolutional neural network.Methods in deepnetts.data that return TabularDataSetModifier and TypeMethodDescriptionstatic TabularDataSet
DataSets.createBatchedDataset
(TabularDataSet<?> dataSet, int batchSize) static TabularDataSet
DataSets.readCsv
(File csvFile, int numInputs, int numOutputs, boolean hasColumnNames, String delimiter) Creates and returns data set from specified CSV file.static TabularDataSet
static TabularDataSet
DataSets.readCsv
(String fileName, int numInputs, int numOutputs, boolean hasColumnNames, String delimiter) static TabularDataSet
Methods in deepnetts.data with parameters of type TabularDataSetModifier and TypeMethodDescriptionstatic TabularDataSet
DataSets.createBatchedDataset
(TabularDataSet<?> dataSet, int batchSize) -
Uses of TabularDataSet in deepnetts.util
Methods in deepnetts.util with parameters of type TabularDataSetModifier and TypeMethodDescriptionstatic int[]
Statistics.missingValuesCount
(TabularDataSet<TabularDataSet.Item> dataSet)