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

hex.ensemble.MetalearnerProvider Maven / Gradle / Ivy

package hex.ensemble;

import water.api.Schema;

public interface MetalearnerProvider {

    String getName();

    M newInstance();

    Schema newParametersSchemaInstance();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy