Package ai.libs.mlplan.safeguard
Interface IEvaluationSafeGuardFactory
-
- All Known Implementing Classes:
AlwaysEvaluateSafeGuardFactory,AlwaysPreventSafeGuardFactory
public interface IEvaluationSafeGuardFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IEvaluationSafeGuardbuild()IEvaluationSafeGuardFactorywithEvaluator(org.api4.java.ai.ml.core.evaluation.ISupervisedLearnerEvaluator<org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance,org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<? extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance>> searchEvaluator)
-
-
-
Method Detail
-
withEvaluator
IEvaluationSafeGuardFactory withEvaluator(org.api4.java.ai.ml.core.evaluation.ISupervisedLearnerEvaluator<org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance,org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<? extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance>> searchEvaluator)
-
build
IEvaluationSafeGuard build() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-