org.jpmml.evaluator.HasConfidence Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pmml-evaluator Show documentation
Show all versions of pmml-evaluator Show documentation
JPMML class model evaluator
/*
* Copyright (c) 2013 University of Tartu
*/
package org.jpmml.evaluator;
public interface HasConfidence extends ResultFeature {
Double getConfidence(String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy