A B C D E F G I L M N O P R S T X 

A

addEntry(String, String) - Method in class org.jpmml.xgboost.FeatureMap
 
addEntry(FeatureMap.Entry) - Method in class org.jpmml.xgboost.FeatureMap
 
addInvalidValue(String) - Method in class org.jpmml.xgboost.FeatureMap
 
addMissingValue(String) - Method in class org.jpmml.xgboost.FeatureMap
 
addValidValue(String) - Method in class org.jpmml.xgboost.FeatureMap
 

B

BinomialLogisticRegression - Class in org.jpmml.xgboost
 
BinomialLogisticRegression() - Constructor for class org.jpmml.xgboost.BinomialLogisticRegression
 

C

Classification - Class in org.jpmml.xgboost
 
Classification(int) - Constructor for class org.jpmml.xgboost.Classification
 
cleft() - Method in class org.jpmml.xgboost.Node
 
close() - Method in class org.jpmml.xgboost.XGBoostDataInput
 
createMiningModel(List<RegTree>, float, Schema) - Static method in class org.jpmml.xgboost.ObjFunction
 
cright() - Method in class org.jpmml.xgboost.Node
 

D

default_left() - Method in class org.jpmml.xgboost.Node
 

E

encodeFeatures(PMMLEncoder) - Method in class org.jpmml.xgboost.FeatureMap
 
encodeLabel(FieldName, List<String>, PMMLEncoder) - Method in class org.jpmml.xgboost.Classification
 
encodeLabel(FieldName, List<String>, PMMLEncoder) - Method in class org.jpmml.xgboost.ObjFunction
 
encodeLabel(FieldName, List<String>, PMMLEncoder) - Method in class org.jpmml.xgboost.Regression
 
encodeMiningModel(List<RegTree>, float, Schema) - Method in class org.jpmml.xgboost.BinomialLogisticRegression
 
encodeMiningModel(ObjFunction, float, Schema) - Method in class org.jpmml.xgboost.GBTree
 
encodeMiningModel(Schema) - Method in class org.jpmml.xgboost.Learner
 
encodeMiningModel(List<RegTree>, float, Schema) - Method in class org.jpmml.xgboost.LinearRegression
 
encodeMiningModel(List<RegTree>, float, Schema) - Method in class org.jpmml.xgboost.LogisticRegression
 
encodeMiningModel(List<RegTree>, float, Schema) - Method in class org.jpmml.xgboost.MultinomialLogisticRegression
 
encodeMiningModel(List<RegTree>, float, Schema) - Method in class org.jpmml.xgboost.ObjFunction
 
encodeMiningModel(List<RegTree>, float, Schema) - Method in class org.jpmml.xgboost.PoissonRegression
 
encodePMML(FieldName, List<String>, FeatureMap) - Method in class org.jpmml.xgboost.Learner
 
encodeTreeModel(Schema) - Method in class org.jpmml.xgboost.RegTree
 

F

FeatureMap - Class in org.jpmml.xgboost
 
FeatureMap() - Constructor for class org.jpmml.xgboost.FeatureMap
 
FeatureMap.Entry - Class in org.jpmml.xgboost
 
FeatureMap.Entry(String, String, String) - Constructor for class org.jpmml.xgboost.FeatureMap.Entry
 

G

GBTree - Class in org.jpmml.xgboost
 
GBTree() - Constructor for class org.jpmml.xgboost.GBTree
 
getBaseScore() - Method in class org.jpmml.xgboost.Learner
 
getEntries() - Method in class org.jpmml.xgboost.FeatureMap
 
getGBTree() - Method in class org.jpmml.xgboost.Learner
 
getName() - Method in class org.jpmml.xgboost.FeatureMap.Entry
 
getNodes() - Method in class org.jpmml.xgboost.RegTree
 
getNumClass() - Method in class org.jpmml.xgboost.Classification
 
getNumClass() - Method in class org.jpmml.xgboost.Learner
 
getNumFeatures() - Method in class org.jpmml.xgboost.Learner
 
getObj() - Method in class org.jpmml.xgboost.Learner
 
getTrees() - Method in class org.jpmml.xgboost.GBTree
 
getType() - Method in class org.jpmml.xgboost.FeatureMap.Entry
 
getValue() - Method in class org.jpmml.xgboost.FeatureMap.Entry
 

I

is_leaf() - Method in class org.jpmml.xgboost.Node
 

L

leaf_value() - Method in class org.jpmml.xgboost.Node
 
Learner - Class in org.jpmml.xgboost
 
Learner() - Constructor for class org.jpmml.xgboost.Learner
 
LinearRegression - Class in org.jpmml.xgboost
 
LinearRegression() - Constructor for class org.jpmml.xgboost.LinearRegression
 
load(XGBoostDataInput) - Method in class org.jpmml.xgboost.GBTree
 
load(XGBoostDataInput) - Method in class org.jpmml.xgboost.Learner
 
load(XGBoostDataInput) - Method in class org.jpmml.xgboost.Node
 
load(XGBoostDataInput) - Method in class org.jpmml.xgboost.NodeStat
 
load(XGBoostDataInput) - Method in class org.jpmml.xgboost.RegTree
 
loadFeatureMap(InputStream) - Static method in class org.jpmml.xgboost.XGBoostUtil
 
loadLearner(InputStream) - Static method in class org.jpmml.xgboost.XGBoostUtil
 
LogisticRegression - Class in org.jpmml.xgboost
 
LogisticRegression() - Constructor for class org.jpmml.xgboost.LogisticRegression
 

M

Main - Class in org.jpmml.xgboost
 
Main() - Constructor for class org.jpmml.xgboost.Main
 
main(String...) - Static method in class org.jpmml.xgboost.Main
 
MultinomialLogisticRegression - Class in org.jpmml.xgboost
 
MultinomialLogisticRegression(int) - Constructor for class org.jpmml.xgboost.MultinomialLogisticRegression
 

N

Node - Class in org.jpmml.xgboost
 
Node() - Constructor for class org.jpmml.xgboost.Node
 
NodeStat - Class in org.jpmml.xgboost
 
NodeStat() - Constructor for class org.jpmml.xgboost.NodeStat
 

O

ObjFunction - Class in org.jpmml.xgboost
 
ObjFunction() - Constructor for class org.jpmml.xgboost.ObjFunction
 
org.jpmml.xgboost - package org.jpmml.xgboost
 

P

PoissonRegression - Class in org.jpmml.xgboost
 
PoissonRegression() - Constructor for class org.jpmml.xgboost.PoissonRegression
 

R

readFloat() - Method in class org.jpmml.xgboost.XGBoostDataInput
 
readInt() - Method in class org.jpmml.xgboost.XGBoostDataInput
 
readReserved(int) - Method in class org.jpmml.xgboost.XGBoostDataInput
 
readString() - Method in class org.jpmml.xgboost.XGBoostDataInput
 
readStringMap() - Method in class org.jpmml.xgboost.XGBoostDataInput
 
Regression - Class in org.jpmml.xgboost
 
Regression() - Constructor for class org.jpmml.xgboost.Regression
 
RegTree - Class in org.jpmml.xgboost
 
RegTree() - Constructor for class org.jpmml.xgboost.RegTree
 

S

split_cond() - Method in class org.jpmml.xgboost.Node
 
split_index() - Method in class org.jpmml.xgboost.Node
 

T

toXGBoostSchema(Schema) - Static method in class org.jpmml.xgboost.XGBoostUtil
 

X

XGBoostDataInput - Class in org.jpmml.xgboost
 
XGBoostDataInput(InputStream) - Constructor for class org.jpmml.xgboost.XGBoostDataInput
 
XGBoostEncoder - Class in org.jpmml.xgboost
 
XGBoostEncoder() - Constructor for class org.jpmml.xgboost.XGBoostEncoder
 
XGBoostUtil - Class in org.jpmml.xgboost
 
A B C D E F G I L M N O P R S T X 

Copyright © 2017. All Rights Reserved.