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

io.split.engine.evaluator.Evaluator Maven / Gradle / Ivy

package io.split.engine.evaluator;

import java.util.List;
import java.util.Map;

public interface Evaluator {
    EvaluatorImp.TreatmentLabelAndChangeNumber evaluateFeature(String matchingKey, String bucketingKey, String split, Map attributes);
    Map evaluateFeatures(String matchingKey, String bucketingKey, List splits, Map attributes);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy