A simple function for making predictions using tree models.
More...
#include <VeloxDecisionTree.h>
|
|
| VELOX_DEFINE_FUNCTION_TYPES (T) |
| |
| void | call (out_type< float > &result, const arg_type< Array< float > > &a, const arg_type< TheTree > &b) |
| | Call the function to make predictions.
|
| |
template<typename T>
struct ml::VeloxTreePredictionSimpleFunction< T >
A simple function for making predictions using tree models.
- Template Parameters
-
| T | The template parameter for the function. |
◆ call()
Call the function to make predictions.
- Parameters
-
| result | The output result. |
| a | The input array of features. |
| b | The input tree model. |
The documentation for this struct was generated from the following file: