Uses of Class
org.nd4j.evaluation.classification.ROC
-
Packages that use ROC Package Description org.nd4j.evaluation.classification org.nd4j.evaluation.serde -
-
Uses of ROC in org.nd4j.evaluation.classification
Methods in org.nd4j.evaluation.classification that return ROC Modifier and Type Method Description static ROCROC. fromJson(String json)ROCROCBinary. getROC(int outputNum)Get the ROC object for the specific columnROCROC. newInstance()Methods in org.nd4j.evaluation.classification with parameters of type ROC Modifier and Type Method Description voidROC. merge(ROC other)Merge this ROC instance with another. -
Uses of ROC in org.nd4j.evaluation.serde
Methods in org.nd4j.evaluation.serde with parameters of type ROC Modifier and Type Method Description voidROCArraySerializer. serialize(ROC[] rocs, org.nd4j.shade.jackson.core.JsonGenerator jsonGenerator, org.nd4j.shade.jackson.databind.SerializerProvider serializerProvider)voidROCSerializer. serialize(ROC roc, org.nd4j.shade.jackson.core.JsonGenerator jsonGenerator, org.nd4j.shade.jackson.databind.SerializerProvider serializerProvider)voidROCSerializer. serializeWithType(ROC value, org.nd4j.shade.jackson.core.JsonGenerator gen, org.nd4j.shade.jackson.databind.SerializerProvider serializers, org.nd4j.shade.jackson.databind.jsontype.TypeSerializer typeSer)
-