Computes the result of the association rules algorithm in the batch processing mode.
More...
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 |
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 |
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
Computes results of the association rules algorithm
- Returns
- Results of the association rules algorithm
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 |
Computation method for the algorithm
Parameters of the algorithm
The documentation for this class was generated from the following file:
- association_rules/Batch.java