Computes the linear regression regression single beta quality metrics in batch processing mode.
More...
◆ SingleBetaBatch() [1/2]
Constructs the single beta quality metrics algorithm in the batch processing mode by copying input objects and parameters of another single beta quality metrics algorithm
- Parameters
-
context | Context to manage the single beta quality metrics algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
◆ SingleBetaBatch() [2/2]
Constructs the single beta quality metrics algorithm in the batch processing mode
- Parameters
-
context | Context to manage the single beta quality metrics algorithm |
cls | Data type to use in intermediate computations of the single beta quality metrics, Double.class or Float.class |
method | Method for computing the single beta quality metrics, SingleBetaMethod |
◆ clone()
Returns the newly allocated single beta quality metrics algorithm with a copy of input objects and parameters of this single beta quality metrics algorithm
- Parameters
-
context | Context to manage the single beta quality metrics algorithm |
- Returns
- The newly allocated algorithm
◆ compute()
Computes the single beta quality metrics
- Returns
- Structure that contains results of the single beta quality metrics algorithm
◆ setResult()
Registers user-allocated memory for storing results of the single beta quality metrics algorithm
- Parameters
-
result | Structure for storing results of the single beta quality metrics algorithm |
The documentation for this class was generated from the following file: