Skip to content

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 227 Bytes

README.md

File metadata and controls

executable file
·
14 lines (11 loc) · 227 Bytes

CoSim

Cosine Similarity Package

Function cosine_similarity

Example Usage

result <- cosine_similarity(martix1, matrix2)

Test the install and see output

test_result <- test_cosine_similarity()