openbrain/object/kmeans_test.go

10 lines
154 B
Go
Raw Normal View History

2022-04-07 21:59:44 +08:00
package object
import "testing"
2022-04-10 11:17:36 +08:00
func TestUpdateWordsetVectorCategories(t *testing.T) {
2022-04-07 21:59:44 +08:00
InitConfig()
2022-04-10 11:17:36 +08:00
updateWordsetVectorCategories("admin", "word")
2022-04-07 21:59:44 +08:00
}