Uses of Interface
org.nd4j.linalg.dataset.api.preprocessor.stats.NormalizerStats.Builder
-
Packages that use NormalizerStats.Builder Package Description org.nd4j.linalg.dataset.api.preprocessor org.nd4j.linalg.dataset.api.preprocessor.stats -
-
Uses of NormalizerStats.Builder in org.nd4j.linalg.dataset.api.preprocessor
Methods in org.nd4j.linalg.dataset.api.preprocessor that return NormalizerStats.Builder Modifier and Type Method Description protected abstract NormalizerStats.BuilderAbstractDataSetNormalizer. newBuilder()protected abstract NormalizerStats.BuilderAbstractMultiDataSetNormalizer. newBuilder()protected NormalizerStats.BuilderMultiNormalizerMinMaxScaler. newBuilder()protected NormalizerStats.BuilderMultiNormalizerStandardize. newBuilder()protected NormalizerStats.BuilderNormalizerMinMaxScaler. newBuilder()protected NormalizerStats.BuilderNormalizerStandardize. newBuilder()NormalizerStats.BuilderMinMaxStrategy. newStatsBuilder()Create a newNormalizerStats.Builderinstance that can be used to fit new data and of the opType that belongs to the current NormalizerStrategy implementationNormalizerStats.BuilderNormalizerStrategy. newStatsBuilder()Create a newNormalizerStats.Builderinstance that can be used to fit new data and of the opType that belongs to the current NormalizerStrategy implementationNormalizerStats.BuilderStandardizeStrategy. newStatsBuilder()Create a newNormalizerStats.Builderinstance that can be used to fit new data and of the opType that belongs to the current NormalizerStrategy implementation -
Uses of NormalizerStats.Builder in org.nd4j.linalg.dataset.api.preprocessor.stats
Classes in org.nd4j.linalg.dataset.api.preprocessor.stats that implement NormalizerStats.Builder Modifier and Type Class Description static classDistributionStats.BuilderDynamicCustomOpsBuilder class that can incrementally update a running mean and variance in order to create statistics for a large set of datastatic classMinMaxStats.BuilderDynamicCustomOpsBuilder class that can incrementally update a running lower and upper bound in order to create statistics for a large set of dataMethods in org.nd4j.linalg.dataset.api.preprocessor.stats that return NormalizerStats.Builder Modifier and Type Method Description NormalizerStats.Builder<S>NormalizerStats.Builder. add(INDArray data, INDArray mask)Add rows of data to the statisticsNormalizerStats.Builder<S>NormalizerStats.Builder. addFeatures(DataSet dataSet)NormalizerStats.Builder<S>NormalizerStats.Builder. addLabels(DataSet dataSet)Add the labels of a DataSet to the statistics
-