Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://mailund.dk/posts/c-refcount-list/


                                     sigma(a[i] * b[i])
cosineSimilarity(a, b) = ---------------------------------------------------------
                                     squareRoot(sigma(a[i] ^ 2)) * squareRoot(sigma(b[i] ^ 2))

$$cos\left({a,b}\right) = \frac{ \sum_{i=1}^n a_i b_i } { \sqrt{\sum_{i=1}^n a_i^2} \sqrt{\sum_{i=1}^n b_i^2} }$$

About

error: assignment to ‘struct object *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages