Learn R Programming

ORKM (version 1.0.0)

movie_1: The first view of Movie data set.

Description

The first view(keyword 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_1")

Arguments

Format

The format is: num [1:617, 1:1878] 1 0 0 0 0 0 0 0 0 0 ...

Details

The first view of Movie dataset.

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_1); str(movie_1) 

Run the code above in your browser using DataLab