Package biz.k11i.xgboost.tree
Class DefaultRegTreeFactory
- java.lang.Object
-
- biz.k11i.xgboost.tree.DefaultRegTreeFactory
-
- All Implemented Interfaces:
RegTreeFactory
public final class DefaultRegTreeFactory extends java.lang.Object implements RegTreeFactory
-
-
Field Summary
Fields Modifier and Type Field Description static RegTreeFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description DefaultRegTreeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegTreeloadTree(ModelReader reader)
-
-
-
Field Detail
-
INSTANCE
public static RegTreeFactory INSTANCE
-
-
Method Detail
-
loadTree
public final RegTree loadTree(ModelReader reader) throws java.io.IOException
- Specified by:
loadTreein interfaceRegTreeFactory- Throws:
java.io.IOException
-
-