Visualization of data characteristics.
This method visualizes data characteristics on a two dimensional graph, where "x" axes shows either items ordered by descending popularity, or users based on the number of ratings they have submitted. Moreover the "y" axes shows the number of ratings.
dataChart(data, x = "items", y = "num_of_ratings")
data |
the dataset, class |
x |
class |
y |
class |
Plot results.
See Also as _ds-class
.
data(mlLatest100k) a <- defineData(mlLatest100k) dataChart(a, x = "items", y = "num_of_ratings")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.