All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jpmml.evaluator.HasConfidence Maven / Gradle / Ivy

There is a newer version: 1.6.11
Show newest version
/*
 * 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