Learn R Programming

ORKM (version 1.0.0)

The Online Regularized K-Means Clustering Algorithm

Description

Algorithm of online regularized k-means to deal with online multi(single) view data. The philosophy of the package is described in Guo G. (2024) .

Copy Link

Version

Install

install.packages('ORKM')

Monthly Downloads

500

Version

1.0.0

License

MIT + file LICENSE

Maintainer

Guangbao Guo

Last Published

April 16th, 2025

Functions in ORKM (1.0.0)

KMeans

K-means clustering algorithm for multi/single view data
INDEX

Caculate the indication on the functions
QCM

The QCM data set with K=5.
OGD

Online gradient descent algorithm for online single-view data clustering
PKMeans

Power K-means clustering algorithm for single view data
OMU

Online multiplicative update algorithm for online multi-view data clustering
RKMeans

Regularized K-means clustering algorithm for multi-view data
ORKMeans

Online regularized K-means clustering algorithm for online multi-view data
DMC

Deep matrix clustering algorithm for multi-view data
ORKM-package

tools:::Rd_package_title("ORKM")
Wisconsin_inbound

The third view of Wisconsin data set.
Wisconsin_content

The second view of Wisconsin data set.
Washington_cites

The third view of Washington data set.
Wisconsin_cites

The first view of Wisconsin data set.
Wisconsin_outbound

The fourth view of Wisconsin data set.
Washington_inbound

The third view of Washington data set.
cora_view1

The first view of Cora data set.
cora_view2

The second view of Cora data set.
Washington_outbound

The fourth view of Washington data set.
Washington_content

The second view of Washington data set.
cornell_cites

The first view of Cornell data set.
cornell_inbound

The third view of Cornell data set.
cora_view3

The third view of Cora data set.
cora_view4

The fourth view of Cora data set.
labelWisconsin

True clustering labels for Wisconsin data set.
labelcora

True clustering labels for Cora data set.
cornell_content

The second view of Cornell data set.
labelWashington

True clustering labels for Washington data set.
labelTexas

True clustering labels for Texas data set.
cornell_outbound

The fourth view of Cornell data set.
texas_cites

The first view of Texas data set.
texas_inbound

The third view of Texas data set.
turelabel

Ture label of Movie data set.
movie_2

The second view of Movie data set.
seed

A single-view data set named Seeds.
labelcornell

True clustering labels for Cornell data set.
texas_content

The second view of Texas dataset.
texas_outbound

The fourth view of Texas data set.
sobar

A single-view data set named Sobar.
movie_1

The first view of Movie data set.