mvc: Multi-View Clustering

An implementation of Multi-View Clustering (Bickel and Scheffer, 2004). Documents are generated by drawing word values from a categorical distribution for each word, given the cluster. This means words are not counted (multinomial, as in the paper), but words take on different values from a finite set of values (categorical). Thus, it implements Mixture of Categoricals EM (as opposed to Mixture of Multinomials developed in the paper), and Spherical k-Means. The latter represents documents as vectors in the categorical space.

Getting started

Package details

AuthorAndreas Maunz <andreas@maunz.de>
MaintainerAndreas Maunz <andreas@maunz.de>
LicenseBSD_3_clause + file LICENSE
Version1.3
URL http://cs.maunz.de
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("mvc")

Try the mvc package in your browser

Any scripts or data that you put into this service are public.

mvc documentation built on May 2, 2019, 11:27 a.m.