Package ai.libs.mlplan.safeguard
Class AlwaysEvaluateSafeGuardFactory
- java.lang.Object
-
- ai.libs.mlplan.safeguard.AlwaysEvaluateSafeGuardFactory
-
- All Implemented Interfaces:
IEvaluationSafeGuardFactory
public class AlwaysEvaluateSafeGuardFactory extends java.lang.Object implements IEvaluationSafeGuardFactory
-
-
Constructor Summary
Constructors Constructor Description AlwaysEvaluateSafeGuardFactory()
-
Method Summary
All Methods Instance Methods Concrete 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
public 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)
- Specified by:
withEvaluatorin interfaceIEvaluationSafeGuardFactory
-
build
public IEvaluationSafeGuard build() throws java.lang.Exception
- Specified by:
buildin interfaceIEvaluationSafeGuardFactory- Throws:
java.lang.Exception
-
-