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

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
 
createPredictedField(Output, float) - Static method in class org.jpmml.xgboost.ObjFunction
 
createPredictedField(FieldName) - Static method in class org.jpmml.xgboost.ObjFunction
 
createSchema(FieldName, List<String>) - Method in class org.jpmml.xgboost.FeatureMap
 
createTransformedField(FieldName, Expression) - 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

encodeMiningModel(ObjFunction, float, Schema) - Method in class org.jpmml.xgboost.GBTree
 
encodeMiningModel(Segmentation, float, Schema) - Method in class org.jpmml.xgboost.LinearRegression
 
encodeMiningModel(Segmentation, float, Schema) - Method in class org.jpmml.xgboost.LogisticClassification
 
encodeMiningModel(Segmentation, float, Schema) - Method in class org.jpmml.xgboost.LogisticRegression
 
encodeMiningModel(Segmentation, float, Schema) - Method in class org.jpmml.xgboost.ObjFunction
 
encodeMiningModel(Segmentation, float, Schema) - Method in class org.jpmml.xgboost.PoissonRegression
 
encodeMiningModel(Segmentation, float, Schema) - Method in class org.jpmml.xgboost.SoftMaxClassification
 
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
 

G

GBTree - Class in org.jpmml.xgboost
 
GBTree() - Constructor for class org.jpmml.xgboost.GBTree
 
getBaseScore() - Method in class org.jpmml.xgboost.Learner
 
getDataFields() - Method in class org.jpmml.xgboost.FeatureMap
 
getDataType() - Method in class org.jpmml.xgboost.Classification
 
getDataType() - Method in class org.jpmml.xgboost.ObjFunction
 
getDataType() - Method in class org.jpmml.xgboost.Regression
 
getGBTree() - Method in class org.jpmml.xgboost.Learner
 
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
 
getOpType() - Method in class org.jpmml.xgboost.Classification
 
getOpType() - Method in class org.jpmml.xgboost.ObjFunction
 
getOpType() - Method in class org.jpmml.xgboost.Regression
 
getTrees() - Method in class org.jpmml.xgboost.GBTree
 

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(InputStream) - Method in class org.jpmml.xgboost.FeatureMap
 
load(BufferedReader) - Method in class org.jpmml.xgboost.FeatureMap
 
load(String, String, String) - Method in class org.jpmml.xgboost.FeatureMap
 
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
 
LogisticClassification - Class in org.jpmml.xgboost
 
LogisticClassification() - Constructor for class org.jpmml.xgboost.LogisticClassification
 
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
 

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
 
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

SoftMaxClassification - Class in org.jpmml.xgboost
 
SoftMaxClassification(int) - Constructor for class org.jpmml.xgboost.SoftMaxClassification
 
split_cond() - Method in class org.jpmml.xgboost.Node
 
split_index() - Method in class org.jpmml.xgboost.Node
 

X

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

Copyright © 2016. All Rights Reserved.