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