
Last chance! 50% off unlimited learning
Sale ends in
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 dataset, Texas dataset, Washington dataset, and Wisconsin data set.
data("labelWisconsin")
The format is: num [1:265] 1 2 3 3 1 1 1 1 1 1 ...
Wisconsin data set contains four views with a number of clusters of 5. You can use this true label to calculate your clustering accuracy.
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).
data(labelWisconsin)
## maybe str(labelWisconsin) ; plot(labelWisconsin) ...
Run the code above in your browser using DataLab