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

ai.libs.mlplan.safeguard.IEvaluationSafeGuardFactory Maven / Gradle / Ivy

The newest version!
package ai.libs.mlplan.safeguard;

import org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset;
import org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance;
import org.api4.java.ai.ml.core.evaluation.ISupervisedLearnerEvaluator;

public interface IEvaluationSafeGuardFactory {

	public IEvaluationSafeGuardFactory withEvaluator(ISupervisedLearnerEvaluator> searchEvaluator);

	public IEvaluationSafeGuard build() throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy