c++ - Best way to analyze similarity of two datasets -
so i'm looking best way analyze 2 datasets , compare how similar are. each dataset consists of data each point in swipe gesture , need analyze how similar based on data. prefer in objective c c++ , swift work well.
thanks guys!
i think best approach solving problem use "artificial neural networks". @ comparing 2 sets of data , return amount of similarity. check out link below:
https://en.wikipedia.org/wiki/artificial_neural_network
i hope you.
Comments
Post a Comment