Hierarchy For All Packages
- ai.h2o.algos.tree,
- biz.k11i.xgboost,
- biz.k11i.xgboost.config,
- biz.k11i.xgboost.gbm,
- biz.k11i.xgboost.learner,
- biz.k11i.xgboost.spark,
- biz.k11i.xgboost.tree,
- biz.k11i.xgboost.util
Class Hierarchy
- java.lang.Object
- biz.k11i.xgboost.tree.DefaultRegTreeFactory (implements biz.k11i.xgboost.tree.RegTreeFactory)
- biz.k11i.xgboost.util.FVec.Transformer
- biz.k11i.xgboost.util.FVecArrayImpl
- biz.k11i.xgboost.util.FVecArrayImpl.FVecDoubleArrayImpl (implements biz.k11i.xgboost.util.FVec)
- biz.k11i.xgboost.util.FVecArrayImpl.FVecFloatArrayImpl (implements biz.k11i.xgboost.util.FVec)
- biz.k11i.xgboost.util.FVecMapImpl (implements biz.k11i.xgboost.util.FVec)
- biz.k11i.xgboost.gbm.GBBase (implements biz.k11i.xgboost.gbm.GradBooster)
- biz.k11i.xgboost.gbm.GBLinear.ModelParam (implements java.io.Serializable)
- biz.k11i.xgboost.gbm.GBTree.ModelParam (implements java.io.Serializable)
- biz.k11i.xgboost.gbm.GradBooster.Factory
- biz.k11i.xgboost.util.ModelReader (implements java.io.Closeable)
- biz.k11i.xgboost.learner.ObjFunction (implements java.io.Serializable)
- biz.k11i.xgboost.learner.ObjFunction.RegLossObjLogistic
- biz.k11i.xgboost.learner.ObjFunction.RegLossObjLogistic_Jafama
- biz.k11i.xgboost.learner.ObjFunction.RegObjFunction
- biz.k11i.xgboost.learner.ObjFunction.SoftmaxMultiClassObjClassify
- biz.k11i.xgboost.learner.ObjFunction.SoftmaxMultiClassObjProb
- biz.k11i.xgboost.learner.ObjFunction.SoftmaxMultiClassObjProb_Jafama
- biz.k11i.xgboost.learner.ObjFunction.RegLossObjLogistic
- biz.k11i.xgboost.Predictor (implements java.io.Serializable)
- biz.k11i.xgboost.Predictor.ModelParam (implements java.io.Serializable)
- biz.k11i.xgboost.config.PredictorConfiguration
- biz.k11i.xgboost.config.PredictorConfiguration.Builder
- biz.k11i.xgboost.tree.RegTreeImpl (implements biz.k11i.xgboost.tree.RegTree)
- biz.k11i.xgboost.tree.RegTreeImpl.Param (implements java.io.Serializable)
- biz.k11i.xgboost.tree.RegTreeNode (implements ai.h2o.algos.tree.INode<T>, java.io.Serializable)
- biz.k11i.xgboost.tree.RegTreeImpl.Node (implements java.io.Serializable)
- biz.k11i.xgboost.tree.RegTreeNodeStat (implements ai.h2o.algos.tree.INodeStat, java.io.Serializable)
- biz.k11i.xgboost.spark.SparkModelParam (implements java.io.Serializable)
Interface Hierarchy
- ai.h2o.algos.tree.INode<T>
- ai.h2o.algos.tree.INodeStat
- biz.k11i.xgboost.tree.RegTreeFactory
- java.io.Serializable
- biz.k11i.xgboost.util.FVec
- biz.k11i.xgboost.gbm.GradBooster
- biz.k11i.xgboost.tree.RegTree