Clustering Lat/Longs in a Database

前端 未结 6 1813
南旧
南旧 2020-12-23 23:18

I\'m trying to see if anyone knows how to cluster some Lat/Long results, using a database, to reduce the number of results sent over the wire to the application.

The

6条回答
  •  失恋的感觉
    2020-12-23 23:43

    Why not testing multiple approaches?

    1. translate the weka library in .NET CLI with IKVM.NET
    2. add an assembly resulted from your code and weka.dll (use ilmerge) into your database

    Make some tests, that is. No specific clustering works better than anyone else.

提交回复
热议问题