public class ConfusionMatrixSerializer extends org.nd4j.shade.jackson.databind.JsonSerializer<ConfusionMatrix<Integer>>
ConfusionMatrix<Integer>
instances, used in Evaluation
Constructor and Description |
---|
ConfusionMatrixSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(ConfusionMatrix<Integer> cm,
org.nd4j.shade.jackson.core.JsonGenerator gen,
org.nd4j.shade.jackson.databind.SerializerProvider provider) |
public void serialize(ConfusionMatrix<Integer> cm, org.nd4j.shade.jackson.core.JsonGenerator gen, org.nd4j.shade.jackson.databind.SerializerProvider provider) throws IOException, org.nd4j.shade.jackson.core.JsonProcessingException
serialize
in class org.nd4j.shade.jackson.databind.JsonSerializer<ConfusionMatrix<Integer>>
IOException
org.nd4j.shade.jackson.core.JsonProcessingException
Copyright © 2017. All rights reserved.