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

Popular posts from this blog

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -