Contains classes for computing the logistic function.
More...
|
| class | Input |
| | Input objects for the logistic function More...
|
| |
| class | Result |
| | Results obtained with the compute() method of the logistic function in the batch processing mode. More...
|
| |
Available identifiers of input objects for the logistic function
| Enumerator |
|---|
| data |
Input data table
|
Computation methods for computing the logistic function
| Enumerator |
|---|
| defaultDense |
Default: performance-oriented method.
|
Available identifiers of the result of the logistic function
| Enumerator |
|---|
| value |
Table to store the result.
|