Computes the result of the association rules algorithm in the batch processing mode.
More...
◆ Batch() [1/2]
Constructs the association rules algorithm by copying input objects and parameters of another association rules algorithm
- Parameters
-
context | Context to manage the association rules algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
◆ Batch() [2/2]
Constructs the association rules algorithm
- Parameters
-
context | Context to manage the association rules algorithm |
cls | Data type to use in intermediate computations for the association rules algorithm, Double.class or Float.class |
method | Association rules computation method, Method |
◆ clone()
Returns the newly allocated association rules algorithm with a copy of input objects and parameters of this association rules algorithm
- Parameters
-
context | Context to manage the association rules algorithm |
- Returns
- The newly allocated algorithm
◆ compute()
Computes results of the association rules algorithm
- Returns
- Results of the association rules algorithm
◆ setResult()
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store results of the association rules algorithm
- Parameters
-
result | Structure to store results of the association rules algorithm |
◆ input
◆ method
Computation method for the algorithm
◆ parameter
Parameters of the algorithm
The documentation for this class was generated from the following file:
- association_rules/Batch.java