Class Hierarchy
- java.lang.Object
- org.jpmml.xgboost.ByteOrderUtil
- org.jpmml.xgboost.FeatureMap
- org.jpmml.xgboost.FeatureMap.Entry
- org.jpmml.xgboost.FeatureMap.CategoricalEntry
- org.jpmml.xgboost.FeatureMap.ContinuousEntry
- org.jpmml.xgboost.FeatureMap.IndicatorEntry
- org.jpmml.xgboost.GradientBooster (implements org.jpmml.xgboost.BinaryLoadable, org.jpmml.xgboost.JSONLoadable, org.jpmml.xgboost.UBJSONLoadable)
- org.jpmml.xgboost.Learner (implements org.jpmml.xgboost.BinaryLoadable, org.jpmml.xgboost.JSONLoadable, org.jpmml.xgboost.UBJSONLoadable)
- org.jpmml.xgboost.Node
- org.jpmml.xgboost.BinaryNode (implements org.jpmml.xgboost.BinaryLoadable)
- org.jpmml.xgboost.JSONNode (implements org.jpmml.xgboost.JSONLoadable, org.jpmml.xgboost.UBJSONLoadable)
- org.jpmml.xgboost.NodeStat
- org.jpmml.xgboost.BinaryNodeStat (implements org.jpmml.xgboost.BinaryLoadable)
- org.jpmml.xgboost.ObjFunction
- org.jpmml.xgboost.Classification
- org.jpmml.xgboost.BinomialLogisticRegression
- org.jpmml.xgboost.HingeClassification
- org.jpmml.xgboost.MultinomialLogisticRegression
- org.jpmml.xgboost.Regression
- org.jpmml.xgboost.AFT
- org.jpmml.xgboost.GeneralizedLinearRegression
- org.jpmml.xgboost.PoissonRegression
- org.jpmml.xgboost.LambdaMART
- org.jpmml.xgboost.LinearRegression
- org.jpmml.xgboost.LogisticRegression
- org.jpmml.xgboost.Classification
- org.jpmml.converter.PMMLEncoder
- org.jpmml.converter.ModelEncoder
- org.jpmml.xgboost.XGBoostEncoder
- org.jpmml.converter.ModelEncoder
- org.jpmml.xgboost.RegTree (implements org.jpmml.xgboost.BinaryLoadable, org.jpmml.xgboost.JSONLoadable, org.jpmml.xgboost.UBJSONLoadable)
- org.jpmml.xgboost.UBJSONUtil
- org.jpmml.xgboost.XGBoostDataInput (implements java.io.Closeable)
- org.jpmml.xgboost.XGBoostUtil
Interface Hierarchy
- org.jpmml.xgboost.BinaryLoadable
- java.util.function.Function<T,R>
- org.jpmml.xgboost.ObjFunction.ProbToMarginFunction
- org.jpmml.converter.HasNativeConfiguration
- org.jpmml.xgboost.HasXGBoostOptions (also extends org.jpmml.converter.HasOptions)
- org.jpmml.converter.HasOptions
- org.jpmml.xgboost.HasXGBoostOptions (also extends org.jpmml.converter.HasNativeConfiguration)
- org.jpmml.xgboost.JSONLoadable
- org.jpmml.xgboost.UBJSONLoadable
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.jpmml.xgboost.FeatureMap.Entry.Type
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)