Luca

Results 5 comments of Luca

Hi, I have the same issue, someone has figured out how to fix it? I want to display an array of array, like: ``` [ ['Name', intValue, ...], ['Name2', intValue2,...

Hi, I solved the problem in my case... In the md-data-table.js on line 875 there is this assignment: `var cellValue = $parse(clone.html().replace('{{', '').replace('}}', ''))($scope.$parent);` How you can see it evaluates...

I confirm that the bucket generation depends by the level of Spark parallelism. I made a test on my laptop, repartitioning the token before initializing the MinHasher ``` val attributeWithHashes:...

Hi, thanks for your reply. I was not really sure that the process that I have implemented was right. I tested the algorithm with two identical profiles, and they map...

Hi, thanks for using our library and for sharing your ideas, every hint is welcome. For many datasets, we noticed that the higher number of distinct values gives a better...