Learn R Programming

ORKM (version 1.0.0)

cornell_cites: The first view of Cornell data set.

Description

Webkb data set contains web pages from four universities, with the corresponding clusters categorised as Professor, Student, Program, or Other pages. The data set contains four subsets of data, Cornell data set, Texas data set, Washington dataset, and Wisconsin data set.

Usage

data("cornell_cites")

Arguments

Format

The format is: num [1:195, 1:195] 0 0 0 0 0 0 0 0 0 0 ...

Details

Cornell data set contains four views with a number of clusters of 5. This data set is the first view with a sample size of 195 and a number of features of 195.

References

M. Craven, D. DiPasquo, D. Freitag, A. McCallum, T. Mitchell, K. Nigam and S. Slattery. Learning to Extract Symbolic Knowledge from the World Wide Web. Proceedings of the 15th National Conference on Artificial Intelligence (AAAI-98).

Examples

Run this code
data(cornell_cites)
## maybe str(cornell_cites) ; plot(cornell_cites) ...

Run the code above in your browser using DataLab