Class ConfusionMatrixDeserializer

  • All Implemented Interfaces:
    org.nd4j.shade.jackson.databind.deser.NullValueProvider

    public class ConfusionMatrixDeserializer
    extends org.nd4j.shade.jackson.databind.JsonDeserializer<ConfusionMatrix<Integer>>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.nd4j.shade.jackson.databind.JsonDeserializer

        org.nd4j.shade.jackson.databind.JsonDeserializer.None
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ConfusionMatrix<Integer> deserialize​(org.nd4j.shade.jackson.core.JsonParser jp, org.nd4j.shade.jackson.databind.DeserializationContext ctxt)  
      • Methods inherited from class org.nd4j.shade.jackson.databind.JsonDeserializer

        deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
    • Constructor Detail

      • ConfusionMatrixDeserializer

        public ConfusionMatrixDeserializer()
    • Method Detail

      • deserialize

        public ConfusionMatrix<Integer> deserialize​(org.nd4j.shade.jackson.core.JsonParser jp,
                                                    org.nd4j.shade.jackson.databind.DeserializationContext ctxt)
                                             throws IOException,
                                                    org.nd4j.shade.jackson.core.JsonProcessingException
        Specified by:
        deserialize in class org.nd4j.shade.jackson.databind.JsonDeserializer<ConfusionMatrix<Integer>>
        Throws:
        IOException
        org.nd4j.shade.jackson.core.JsonProcessingException