grokify/mogo

View on GitHub
ml/ml.go

Summary

Maintainability
A
0 mins
Test Coverage
package ml

type Vectorable interface {
    Vectors() []float64
}