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

io.github.metarank.lightgbm4j.LGBMException Maven / Gradle / Ivy

There is a newer version: 4.4.0-1
Show newest version
package io.github.metarank.lightgbm4j;

public class LGBMException extends Exception {
    public LGBMException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy