public class MinMaxSerializerStrategy extends Object implements NormalizerSerializerStrategy<NormalizerMinMaxScaler>
NormalizerMinMaxScaler instances in single binary files| Constructor and Description |
|---|
MinMaxSerializerStrategy() |
| Modifier and Type | Method and Description |
|---|---|
NormalizerType |
getSupportedType()
Get the enum opType of the supported normalizer
|
NormalizerMinMaxScaler |
restore(InputStream stream)
Restore a normalizer that was previously serialized by this strategy
|
void |
write(NormalizerMinMaxScaler normalizer,
OutputStream stream)
Serialize a normalizer to a output stream
|
public void write(@NonNull
NormalizerMinMaxScaler normalizer,
@NonNull
OutputStream stream)
throws IOException
NormalizerSerializerStrategywrite in interface NormalizerSerializerStrategy<NormalizerMinMaxScaler>normalizer - the normalizerstream - the output stream to write toIOExceptionpublic NormalizerMinMaxScaler restore(@NonNull InputStream stream) throws IOException
NormalizerSerializerStrategyrestore in interface NormalizerSerializerStrategy<NormalizerMinMaxScaler>stream - the stream to read serialized data fromIOExceptionpublic NormalizerType getSupportedType()
NormalizerSerializerStrategygetSupportedType in interface NormalizerSerializerStrategy<NormalizerMinMaxScaler>Normalizer.getType()Copyright © 2018. All rights reserved.