movie_2 {ORKM} | R Documentation |
The second view of Movie data set.
Description
The second view(participant view) of Movie data set. Movie data set contains 2 views, each containing 1878 variables from 617 instances, and the number of clusters to be clustered is K = 17. The number of clusters is large, so it is difficult to cluster. The data set was extracted from IMDb and the main objective was to to find the movie genres, combined from two view matrices.
Usage
data("movie_2")
Format
The format is: num [1:617, 1:1398] 1 0 0 0 0 0 0 0 0 0 ...
Details
The second view of Movie data set.
Source
https://lig-membres.imag.fr/grimal/data.html.
References
C. Grimal. the multi-view movie data set. 2010. URL https://lig-membres.imag.fr/grimal/data.html.
Examples
data(movie_2); str(movie_2)
[Package ORKM version 0.8.0.0 Index]