- GAIN - Static variable in class ml.dmlc.xgboost4j.java.Booster.FeatureImportanceType
-
- get(long) - Method in class ml.dmlc.xgboost4j.java.util.BigDenseMatrix
-
- get(int, int) - Method in class ml.dmlc.xgboost4j.java.util.BigDenseMatrix
-
- getAttr(String) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Get attribute value from the Booster based on the key provided.
- getAttrs() - Method in class ml.dmlc.xgboost4j.java.Booster
-
Get attributes stored in the Booster as a Map.
- getBaseMargin() - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Get base margin of the DMatrix.
- getCheckpointRounds(int, int, int) - Method in class ml.dmlc.xgboost4j.java.ExternalCheckpointManager
-
Get a list of iterations that need checkpointing.
- getConfig(String) - Method in class ml.dmlc.xgboost4j.java.ConfigContext
-
- getDirect(long) - Static method in class ml.dmlc.xgboost4j.java.util.BigDenseMatrix
-
- getEnumOp() - Method in enum ml.dmlc.xgboost4j.java.Communicator.DataType
-
- getFeatureNames() - Method in class ml.dmlc.xgboost4j.java.Booster
-
Get all the feature names from the Booster.
- getFeatureNames() - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Get feature names
- getFeatureScore(String[]) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Get importance of each feature with specified feature names.
- getFeatureScore(String) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Get importance of each feature
- getFeatureTypes() - Method in class ml.dmlc.xgboost4j.java.Booster
-
Get feature types from the Booster.
- getFeatureTypes() - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Get feature types
- getGradient(float[][], DMatrix) - Method in interface ml.dmlc.xgboost4j.java.IObjective
-
user define objective function, return gradient and second order gradient
- getGroup() - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Get group sizes of DMatrix
- getHandle() - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Get the handle
- getIndptr() - Method in class ml.dmlc.xgboost4j.java.DMatrix.QuantileCut
-
- getLabel() - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
get label values
- getMetric() - Method in interface ml.dmlc.xgboost4j.java.IEvaluation
-
get evaluate metric
- getModelDump(String, boolean) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Get the dump of the model as a string array
- getModelDump(String, boolean, String) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Get the dump of the model as a string array with specified feature map, stats,
and the specified format.
- getModelDump(String[], boolean) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Get the dump of the model as a string array with specified feature names.
- getModelDump(String[], boolean, String) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Get the dump of the model as a string array with specified feature map, stats,
and the specified format.
- getNumBoostedRound() - Method in class ml.dmlc.xgboost4j.java.Booster
-
- getNumFeature() - Method in class ml.dmlc.xgboost4j.java.Booster
-
Get number of model features.
- getOperand() - Method in enum ml.dmlc.xgboost4j.java.Communicator.OpType
-
- getPType() - Method in enum ml.dmlc.xgboost4j.java.Booster.PredictionType
-
- getQuantileCut() - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Get the Quantile Cut.
- getRank() - Static method in class ml.dmlc.xgboost4j.java.Communicator
-
get rank of current thread.
- getScore(String[], String) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Get the feature importances for gain or cover (average or total)
- getScore(String, String) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Get the feature importances for gain or cover (average or total), with feature names
- getSize() - Method in enum ml.dmlc.xgboost4j.java.Communicator.DataType
-
- getValues() - Method in class ml.dmlc.xgboost4j.java.DMatrix.QuantileCut
-
- getWeight() - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
get weight of the DMatrix
- getWorkerArgs() - Method in interface ml.dmlc.xgboost4j.java.ITracker
-
- getWorkerArgs() - Method in class ml.dmlc.xgboost4j.java.RabitTracker
-
Get environments that can be used to pass to worker.
- getWorldSize() - Static method in class ml.dmlc.xgboost4j.java.Communicator
-
get world size of current job.
- group() - Method in class ml.dmlc.xgboost4j.LabeledPoint
-
- saveBinary(String) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
save DMatrix to filePath
- saveModel(String) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Save model to modelPath
- saveModel(OutputStream) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Save the model to file opened as output stream.
- saveModel(OutputStream, String) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Save the model to file opened as output stream.
- set(long, float) - Method in class ml.dmlc.xgboost4j.java.util.BigDenseMatrix
-
- set(int, int, float) - Method in class ml.dmlc.xgboost4j.java.util.BigDenseMatrix
-
- setAttr(String, String) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Set an attribute key-value pair to the Booster.
- setAttrs(Map<String, String>) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Set multiple attribute key-value pairs to the Booster.
- setBaseMargin(Column) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Set base margin of DMatrix from array interface
- setBaseMargin(float[]) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Set base margin (initial prediction).
- setBaseMargin(float[][]) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Set base margin (initial prediction).
- setConfig(String, Object) - Method in class ml.dmlc.xgboost4j.java.ConfigContext
-
Set one single configuration
- setConfigs(Map<String, Object>) - Method in class ml.dmlc.xgboost4j.java.ConfigContext
-
Set a bunch of configurations
- setDirect(long, float) - Static method in class ml.dmlc.xgboost4j.java.util.BigDenseMatrix
-
- setFeatureNames(String[]) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Set feature names to the Booster.
- setFeatureNames(String[]) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Set feature names
- setFeatureTypes(String[]) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Set feature types to the Booster.
- setFeatureTypes(String[]) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Set feature types
- setGroup(int[]) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Set group sizes of DMatrix (used for ranking)
- setLabel(Column) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Set label of DMatrix from array interface
- setLabel(float[]) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
set label of dmatrix
- setParam(String, Object) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Set parameter to the Booster.
- setParams(Map<String, Object>) - Method in class ml.dmlc.xgboost4j.java.Booster
-
Set parameters to the Booster.
- setQueryId(Column) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Set query id of DMatrix from array interface
- setQueryId(int[]) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Set query ids (used for ranking)
- setWeight(Column) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Set weight of DMatrix from array interface
- setWeight(float[]) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
set weight of each instance
- shutdown() - Static method in class ml.dmlc.xgboost4j.java.Communicator
-
Shutdown the communicator in current working thread, equals to finalize.
- size() - Method in class ml.dmlc.xgboost4j.LabeledPoint
-
- slice(int[]) - Method in class ml.dmlc.xgboost4j.java.DMatrix
-
Slice the DMatrix and return a new DMatrix that only contains `rowIndex`.
- start() - Method in interface ml.dmlc.xgboost4j.java.ITracker
-
- start() - Method in class ml.dmlc.xgboost4j.java.RabitTracker
-
- stop() - Method in interface ml.dmlc.xgboost4j.java.ITracker
-
- stop() - Method in class ml.dmlc.xgboost4j.java.RabitTracker
-