
com.shijingsh.ai.evaluate.Evaluator Maven / Gradle / Ivy
The newest version!
package com.shijingsh.ai.evaluate;
import com.shijingsh.core.utility.Integer2FloatKeyValue;
/**
* 评估器
*
* @author Birdy
*
*/
public interface Evaluator {
/**
* 评估
*
* @param collection
* @param list
* @return
*/
Integer2FloatKeyValue evaluate(L collection, R list);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy