nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.MachineLearning.XGBoost

Microsoft.VisualBasic.MachineLearning.XGBoost 1.0.9762.11310.

Namespaces 9 Types 26 Members 113

01 Namespaces

Microsoft.VisualBasic.MachineLearning.XGBoost

The XGBoost gradient boosting implementation root.

TypeSummary Members
Predictor Predicts using the Xgboost model. 11

Microsoft.VisualBasic.MachineLearning.XGBoost.gbm

The gradient boosting machine core.

TypeSummary Members
Dart Gradient boosted DART tree implementation. 1
GBLinear Linear booster implementation 4
GBTree Gradient boosted tree implementation. 4
GradBooster Interface of gradient boosting model. 5
GradBooster_Factory 1

Microsoft.VisualBasic.MachineLearning.XGBoost.learner

The XGBoost learner abstraction.

TypeSummary Members
ObjFunction Objective function implementations. 5
RegLossObjLogistic Logistic regression. 0
SoftmaxMultiClassObjClassify Multiclass classification. 0
SoftmaxMultiClassObjProb Multiclass classification (predicted probability). 0

Microsoft.VisualBasic.MachineLearning.XGBoost.Predictor

TypeSummary Members
ModelParam Parameters. 0

Microsoft.VisualBasic.MachineLearning.XGBoost.spark

Spark integration types of the XGBoost implementation.

TypeSummary Members
SparkModelParam 8

Microsoft.VisualBasic.MachineLearning.XGBoost.train

The TGBoost training implementation.

TypeSummary Members
AttributeList 7
Data 2
GBM Tiny implement of Gradient Boosting tree It is a Tiny implement of Gradient Boosting tree, based on XGBoost's scoring function and SLIQ's efficient tree building algorithm. 2
ModelSerializer 2
Tree 5
TreeNode 27

Microsoft.VisualBasic.MachineLearning.XGBoost.tree

Decision tree base learners of XGBoost.

TypeSummary Members
Node 1
RegTree Regression tree. 3
RTreeNodeStat Statistics each node in tree. 0

Microsoft.VisualBasic.MachineLearning.XGBoost.tree.RegTree

TypeSummary Members
Param Parameters. 0

Microsoft.VisualBasic.MachineLearning.XGBoost.util

Utility helpers of the XGBoost implementation.

TypeSummary Members
FVec Interface of feature vector. 1
FVecMapImpl 稀疏矩阵 0
FVecTransformer 构建矩阵所使用的方法 6
ModelReader Reads the Xgboost model from stream. 18