| Package | Description |
|---|---|
| org.nd4j.linalg.dataset.api.preprocessor | |
| org.nd4j.linalg.dataset.api.preprocessor.serializer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataNormalization |
interface |
MultiDataNormalization |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataSetNormalizer<S extends NormalizerStats> |
class |
AbstractMultiDataSetNormalizer<S extends NormalizerStats> |
class |
ImageMultiPreProcessingScaler |
class |
ImagePreProcessingScaler |
class |
MultiNormalizerHybrid |
class |
MultiNormalizerMinMaxScaler |
class |
MultiNormalizerStandardize |
class |
NormalizerMinMaxScaler |
class |
NormalizerStandardize |
class |
VGG16ImagePreProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomSerializerStrategy<T extends Normalizer> |
interface |
NormalizerSerializerStrategy<T extends Normalizer> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Normalizer> |
NormalizerSerializer.restore(@NonNull File file)
Restore a normalizer from the given file
|
<T extends Normalizer> |
NormalizerSerializer.restore(@NonNull InputStream stream)
Restore a normalizer from an input stream
|
<T extends Normalizer> |
NormalizerSerializer.restore(@NonNull String path)
Restore a normalizer from the given path
|
| Modifier and Type | Method and Description |
|---|---|
void |
NormalizerSerializer.write(@NonNull Normalizer normalizer,
@NonNull File file)
Serialize a normalizer to the given file
|
void |
NormalizerSerializer.write(@NonNull Normalizer normalizer,
@NonNull OutputStream stream)
Serialize a normalizer to an output stream
|
void |
NormalizerSerializer.write(@NonNull Normalizer normalizer,
@NonNull String path)
Serialize a normalizer to the given file path
|
Copyright © 2021. All rights reserved.