public class NativeLibraryLoaderChain
extends java.lang.Object
implements ml.dmlc.xgboost4j.java.INativeLibLoader
| Constructor and Description |
|---|
NativeLibraryLoaderChain() |
| Modifier and Type | Method and Description |
|---|---|
NativeLibrary |
getLoadedLibrary() |
void |
loadNativeLibs() |
java.lang.String |
name() |
int |
priority() |
public void loadNativeLibs()
throws java.io.IOException
loadNativeLibs in interface ml.dmlc.xgboost4j.java.INativeLibLoaderjava.io.IOExceptionpublic java.lang.String name()
name in interface ml.dmlc.xgboost4j.java.INativeLibLoaderpublic int priority()
priority in interface ml.dmlc.xgboost4j.java.INativeLibLoaderpublic NativeLibrary getLoadedLibrary() throws java.io.IOException
java.io.IOException