Package org.nd4j.evaluation.serde
Class ROCArraySerializer
- java.lang.Object
-
- org.nd4j.shade.jackson.databind.JsonSerializer<ROC[]>
-
- org.nd4j.evaluation.serde.ROCArraySerializer
-
- All Implemented Interfaces:
org.nd4j.shade.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public class ROCArraySerializer extends org.nd4j.shade.jackson.databind.JsonSerializer<ROC[]>
-
-
Constructor Summary
Constructors Constructor Description ROCArraySerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serialize(ROC[] rocs, org.nd4j.shade.jackson.core.JsonGenerator jsonGenerator, org.nd4j.shade.jackson.databind.SerializerProvider serializerProvider)
-
-
-
Method Detail
-
serialize
public void serialize(ROC[] rocs, org.nd4j.shade.jackson.core.JsonGenerator jsonGenerator, org.nd4j.shade.jackson.databind.SerializerProvider serializerProvider) throws IOException, org.nd4j.shade.jackson.core.JsonProcessingException
- Specified by:
serialize
in classorg.nd4j.shade.jackson.databind.JsonSerializer<ROC[]>
- Throws:
IOException
org.nd4j.shade.jackson.core.JsonProcessingException
-
-