ai.libs.mlplan.multilabel.mekamlplan.IMekaPipelineFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mlplan-meka Show documentation
Show all versions of mlplan-meka Show documentation
This project provides an implementation of the AutoML tool ML-Plan for MEKA.
package ai.libs.mlplan.multilabel.mekamlplan;
import ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier;
import ai.libs.mlplan.core.ILearnerFactory;
public interface IMekaPipelineFactory extends ILearnerFactory {
}