Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 670 Bytes

File metadata and controls

28 lines (17 loc) · 670 Bytes

minair 0.0

Changes in development version

Changes in 0.0.5

  • Add within_cluster_sum_of_squares and total_sum_of_squares to evaluate clustering methods.
  • Add fixed_size_clustering_hclust.
  • Add basic vignette about restricted clustering.

Changes in 0.0.4

  • Import "head" in NAMESPACE
  • Use set.seed in unit tests to avoid failure on different runs for kmeans.

Changes in 0.0.3

  • Add fixed_size_clustering_kmeans.
  • Rename fixed_size_clustering to fixed_size_clustering_nearest_neighbor.

Changes in 0.0.2

  • fixed_size_cluster: allow to choose closest/farthest point as starting point.

Changes in 0.0.1

  • Initial version