Learn R Programming

ODMeans (version 0.2.1)

OD-Means: k-Means for Origin-Destination

Description

OD-means is a hierarchical adaptive k-means algorithm based on origin-destination pairs. In the first layer of the hierarchy, the clusters are separated automatically based on the variation of the within-cluster distance of each cluster until convergence. The second layer of the hierarchy corresponds to the sub clustering process of small clusters based on the distance between the origin and destination of each cluster.

Copy Link

Version

Install

install.packages('ODMeans')

Monthly Downloads

198

Version

0.2.1

License

GPL (>= 3)

Maintainer

Sebastian Moreno

Last Published

March 18th, 2024

Functions in ODMeans (0.2.1)

second_hierarchy

Second Hierarchy Clusters
first_hierarchy

First Hierarchy Function
odmeans

ODMeans Function
ODMeansSampleData

Origin-Destination points
ODMeansTaxiData

Origin-Destination Taxi data
odmeans_graph

Graph ODMeans Function