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

ai.libs.mlplan.meka.ML2Plan4Meka Maven / Gradle / Ivy

Go to download

This project provides an implementation of the AutoML tool ML-Plan for MEKA.

There is a newer version: 0.2.7
Show newest version
package ai.libs.mlplan.meka;

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

import ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier;
import ai.libs.mlplan.core.MLPlan;

public class ML2Plan4Meka extends MLPlan {

	public ML2Plan4Meka(final ML2PlanMekaBuilder builder, final ILabeledDataset data) {
		super(builder, data);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy