Skip to content

Soypete/go-vectorDistance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-vectorDistance

this repo tests methods for measuring vector distances.

This repo used the library (https://github.com/xrash/smetrics) to calculate vector distances.

Configuration

go get https://github.com/xrash/smetrics

go run main.go

Dependency Example

Dep

brew install dep
dep init
dep ensure
go run main.go

Go Modules

export GO111MODULES="on"
go mod init
go get https://github.com/xrash/smetrics
go build ./...
./go-vectorDistance

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages