RegressionXGBoost Predict
R2026bLibraries:
Statistics and Machine Learning Toolbox /
Regression
Description
The RegressionXGBoost Predict block predicts responses using an XGBoost
regression object (CompactRegressionXGBoost).
Import a trained regression object into the block by specifying the name of a workspace variable that contains the object. The input port x receives an observation (predictor data), and the output port yfit returns a predicted response for the observation.
Examples
Ports
Input
Output
Parameters
Block Characteristics
Data Types |
|
Direct Feedthrough |
|
Multidimensional Signals |
|
Variable-Size Signals |
|
Zero-Crossing Detection |
|
More About
Alternative Functionality
You can use a MATLAB Function (Simulink) block with the predict object
function of an XGBoost regression object (CompactRegressionXGBoost). For an example, see Predict Class Labels Using MATLAB Function Block.
When deciding whether to use the RegressionXGBoost Predict block in the
Statistics and Machine Learning Toolbox™ library or a MATLAB Function block with the predict function, consider the
following:
If you use the Statistics and Machine Learning Toolbox library block, you can use the Fixed-Point Tool (Fixed-Point Designer) to convert a floating-point model to fixed point.
Support for variable-size arrays must be enabled for a MATLAB Function block with the
predictfunction.If you use a MATLAB Function block, you can use MATLAB functions for preprocessing or post-processing before or after predictions in the same MATLAB Function block.
Extended Capabilities
Version History
Introduced in R2026b

