Uses of Interface
org.nd4j.linalg.dataset.api.DataSet
-
-
Uses of DataSet in org.nd4j.autodiff.samediff.config
Methods in org.nd4j.autodiff.samediff.config with parameters of type DataSet Modifier and Type Method Description OutputConfigOutputConfig. data(@NonNull DataSet data)Set the data to use as input. -
Uses of DataSet in org.nd4j.linalg.dataset
Classes in org.nd4j.linalg.dataset that implement DataSet Modifier and Type Class Description classDataSetMethods in org.nd4j.linalg.dataset that return DataSet Modifier and Type Method Description DataSetDataSet. getRange(int from, int to)Method parameters in org.nd4j.linalg.dataset with type arguments of type DataSet Modifier and Type Method Description static DataSetDataSet. merge(List<? extends DataSet> data)Merge the list of datasets in to one list. -
Uses of DataSet in org.nd4j.linalg.dataset.api
Methods in org.nd4j.linalg.dataset.api that return DataSet Modifier and Type Method Description DataSetDataSet. getRange(int from, int to)Methods in org.nd4j.linalg.dataset.api with parameters of type DataSet Modifier and Type Method Description voidDataSetPreProcessor. preProcess(DataSet toPreProcess)Pre process a datasetstatic INDArrayDataSetUtil. tailor2d(@NonNull DataSet dataSet, boolean areFeatures)static INDArrayDataSetUtil. tailor3d2d(DataSet dataset, boolean areFeatures)Deprecated.static INDArrayDataSetUtil. tailor4d2d(DataSet dataset, boolean areFeatures) -
Uses of DataSet in org.nd4j.linalg.dataset.api.iterator
Methods in org.nd4j.linalg.dataset.api.iterator that return DataSet Modifier and Type Method Description DataSet[]BlockDataSetIterator. next(int maxDatasets)This method tries to fetch specified number of DataSets and returns them -
Uses of DataSet in org.nd4j.linalg.dataset.api.preprocessor
Methods in org.nd4j.linalg.dataset.api.preprocessor with parameters of type DataSet Modifier and Type Method Description voidAbstractDataSetNormalizer. fit(DataSet dataSet)Fit a dataset (only compute based on the statistics from this dataset)voidImagePreProcessingScaler. fit(DataSet dataSet)Fit a dataset (only compute based on the statistics from this dataset0voidVGG16ImagePreProcessor. fit(DataSet dataSet)Fit a dataset (only compute based on the statistics from this dataset0voidAbstractDataSetNormalizer. preProcess(@NonNull DataSet toPreProcess)Pre process a datasetvoidCompositeDataSetPreProcessor. preProcess(DataSet dataSet)voidCropAndResizeDataSetPreProcessor. preProcess(DataSet dataSet)NOTE: The data format must be NHWCvoidDataNormalization. preProcess(DataSet toPreProcess)voidImageFlatteningDataSetPreProcessor. preProcess(DataSet toPreProcess)voidImagePreProcessingScaler. preProcess(DataSet toPreProcess)voidLabelLastTimeStepPreProcessor. preProcess(DataSet toPreProcess)voidPermuteDataSetPreProcessor. preProcess(DataSet dataSet)voidRGBtoGrayscaleDataSetPreProcessor. preProcess(DataSet dataSet)voidVGG16ImagePreProcessor. preProcess(DataSet toPreProcess)voidAbstractDataSetNormalizer. revert(DataSet data)Revert the data to what it was before transformvoidImagePreProcessingScaler. revert(DataSet toRevert)voidVGG16ImagePreProcessor. revert(DataSet toRevert)voidAbstractDataSetNormalizer. transform(DataSet toPreProcess)Transform the given datasetvoidImagePreProcessingScaler. transform(DataSet toPreProcess)Transform the datavoidVGG16ImagePreProcessor. transform(DataSet toPreProcess)Transform the data -
Uses of DataSet in org.nd4j.linalg.dataset.api.preprocessor.classimbalance
Methods in org.nd4j.linalg.dataset.api.preprocessor.classimbalance with parameters of type DataSet Modifier and Type Method Description voidUnderSamplingByMaskingPreProcessor. preProcess(DataSet toPreProcess) -
Uses of DataSet in org.nd4j.linalg.dataset.api.preprocessor.stats
Methods in org.nd4j.linalg.dataset.api.preprocessor.stats with parameters of type DataSet Modifier and Type Method Description DistributionStats.BuilderDistributionStats.Builder. addFeatures(DataSet dataSet)Add the features of a DataSet to the statisticsMinMaxStats.BuilderMinMaxStats.Builder. addFeatures(DataSet dataSet)Add the features of a DataSet to the statisticsNormalizerStats.Builder<S>NormalizerStats.Builder. addFeatures(DataSet dataSet)DistributionStats.BuilderDistributionStats.Builder. addLabels(DataSet dataSet)Add the labels of a DataSet to the statisticsMinMaxStats.BuilderMinMaxStats.Builder. addLabels(DataSet dataSet)Add the labels of a DataSet to the statisticsNormalizerStats.Builder<S>NormalizerStats.Builder. addLabels(DataSet dataSet)Add the labels of a DataSet to the statistics -
Uses of DataSet in org.nd4j.linalg.dataset.callbacks
Methods in org.nd4j.linalg.dataset.callbacks with parameters of type DataSet Modifier and Type Method Description voidDataSetCallback. call(DataSet dataSet)voidDefaultCallback. call(DataSet dataSet) -
Uses of DataSet in org.nd4j.linalg.heartbeat.utils
Methods in org.nd4j.linalg.heartbeat.utils with parameters of type DataSet Modifier and Type Method Description static TaskTaskUtils. buildTask(DataSet dataSet)
-