aggregation

command module
v0.0.0-...-9ee2875 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2023 License: MIT Imports: 1 Imported by: 0

README

aggregation

a cluster of aggregation algorithm

KNN

  • train set size = 10000
  • test set size = 1000
  • k = 10
  • final accuracy = 0.755
  • cost time = 191s

KMeans

  • find k center:
    • train set size = 10000
    • test set size = 1000
    • k = 10 iter = 30 final accuracy = 0.563 cost time = 82s
    • k = 30 iter = 30 final accuracy = 0.713 cost time = 222s

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL