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

hex.tree.xgboost.predict.XGBoostBigScorePredict Maven / Gradle / Ivy

There is a newer version: 3.46.0.6
Show newest version
package hex.tree.xgboost.predict;

import hex.Model;
import water.fvec.Chunk;
import water.fvec.Frame;

public interface XGBoostBigScorePredict extends Model.BigScorePredict {

    @Override
    XGBoostPredict initMap(Frame fr, Chunk[] chks);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy