| Package | Description |
|---|---|
| org.nd4j.linalg.dataset.api.preprocessor.serializer |
| Modifier and Type | Method and Description |
|---|---|
MultiNormalizerMinMaxScaler |
MultiMinMaxSerializerStrategy.restore(@NonNull InputStream stream)
Restore a MultiNormalizerMinMaxScaler that was previously serialized by this strategy
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiMinMaxSerializerStrategy.write(@NonNull MultiNormalizerMinMaxScaler normalizer,
@NonNull OutputStream stream)
Serialize a MultiNormalizerMinMaxScaler to a output stream
|
Copyright © 2021. All rights reserved.