Implementation level

Difference between revisions of "K-means clustering, SAP HANA"

From Algowiki
Jump to navigation Jump to search
(Created page with "{{level-i}} = Links = [https://blogs.sap.com/2013/03/28/sap-hana-pal-k-means-algorithm-or-how-to-do-customer-segmentation-for-the-telecommunications-industry/ SAP HANA]. =...")
 
(No difference)

Latest revision as of 17:40, 19 July 2022


1 Links

SAP HANA.

2 Locality of data and computations

2.1 Locality of implementation

2.1.1 Structure of memory access and a qualitative estimation of locality

2.1.2 Quantitative estimation of locality

3 Scalability of the algorithm and its implementations

3.1 Scalability of the algorithm

3.2 Scalability of of the algorithm implementation

4 Dynamic characteristics and efficiency of the algorithm implementation

5 Run results