Wisconsin_inbound {ORKM}R Documentation

The third view of Wisconsin 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 data set, and Wisconsin data set.

Usage

data("Wisconsin_inbound")

Format

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

Details

Wisconsin data set contains four views with a number of clusters of 5. This data set is the third view with a sample size of 265 and a number of features of 265.

Source

http://www.cs.cmu.edu/~webkb/

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

data(Wisconsin_inbound)
## maybe str(Wisconsin_inbound) ; plot(Wisconsin_inbound) ...

[Package ORKM version 0.8.0.0 Index]