cora_view2 | R Documentation |
This data matrix is the second view of Cora data set. It called the citation network view and the form of a sparse matrix. It has 2708 samples and 1433 features. Cora data set is a multi-view data set of machine learning papers with 4 views, a sample size of nearly 3000 and a number of features of 1500, with a number of clusters of K=4.
data("cora_view2")
The format is: num [1:2708, 1:1433] 0 0 0 0 0 0 0 0 0 0 ...
The second view of Cora data set.
http://www.cs.umd.edu/projects/linqs/projects/lbc/
http://www.cs.umd.edu/projects/linqs/projects/lbc/
data(cora_view2); str(cora_view2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.