File size: 52 Bytes
dfd3544
 
 
a4aa491
dfd3544
 
1
2
3
4
5
6
7
package alg

type Alg interface {
	New()
	Train()
}