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 TypeClassDescriptionclassData set with images that will be used to train convolutional neural network.Methods in deepnetts.data that return TabularDataSetModifier and TypeMethodDescriptionstatic TabularDataSetDataSets.createBatchedDataset(TabularDataSet<?> dataSet, int batchSize) static TabularDataSetDataSets.readCsv(File csvFile, int numInputs, int numOutputs, boolean hasColumnNames, String delimiter) Creates and returns data set from specified CSV file.static TabularDataSetstatic TabularDataSetDataSets.readCsv(String fileName, int numInputs, int numOutputs, boolean hasColumnNames, String delimiter) static TabularDataSetMethods in deepnetts.data with parameters of type TabularDataSetModifier and TypeMethodDescriptionstatic TabularDataSetDataSets.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)