Learn R Programming

ORKM (version 1.0.0)

movie_2: 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")

Arguments

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.

References

C. Grimal. the multi-view movie data set. 2010. URL https://lig-membres.imag.fr/grimal/data.html.

Examples

Run this code
data(movie_2); str(movie_2) 

Run the code above in your browser using DataLab