vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
371 stars 109 forks source link

Add cosine similarity to Vector #280

Closed thomas4g closed 7 years ago

thomas4g commented 8 years ago

Adds a method to calculate Cosine Similarity between two vectors.

vkostyukov commented 7 years ago

Thanks @thomas4g! This looks good to me.