Class CustomSerializerStrategy<T extends Normalizer>
- java.lang.Object
-
- org.nd4j.linalg.dataset.api.preprocessor.serializer.CustomSerializerStrategy<T>
-
- All Implemented Interfaces:
NormalizerSerializerStrategy<T>
public abstract class CustomSerializerStrategy<T extends Normalizer> extends Object implements NormalizerSerializerStrategy<T>
-
-
Constructor Summary
Constructors Constructor Description CustomSerializerStrategy()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Class<T>getSupportedClass()Get the class of the supported custom serializerNormalizerTypegetSupportedType()Get the enum opType of the supported normalizer-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerSerializerStrategy
restore, write
-
-
-
-
Method Detail
-
getSupportedType
public NormalizerType getSupportedType()
Description copied from interface:NormalizerSerializerStrategyGet the enum opType of the supported normalizer- Specified by:
getSupportedTypein interfaceNormalizerSerializerStrategy<T extends Normalizer>- Returns:
- the enum opType
- See Also:
Normalizer.getType()
-
-