Uses of Class
es.upm.etsisi.cf4j.util.plot.XYPlot
-
Packages that use XYPlot Package Description es.upm.etsisi.cf4j.util.plot This package includes plotting utils designed to analyze data of results obtained as consequence of collaborative filtering research. -
-
Uses of XYPlot in es.upm.etsisi.cf4j.util.plot
Methods in es.upm.etsisi.cf4j.util.plot that return XYPlot Modifier and Type Method Description XYPlot
XYPlot. addSeries(String seriesName)
Adds a new empty series to the plot.XYPlot
XYPlot. addSeries(String seriesName, double[] xs, double[] ys)
Adds a new series to the plot. xs and ys positions must be correlated with point labels.XYPlot
XYPlot. addSeries(String seriesName, double x, double y)
Adds a new series to the plot initializing x and y to a constant one for all point labels.XYPlot
XYPlot. setLabelsNotVisible(String seriesName)
Set the labels not visible for a seriesXYPlot
XYPlot. setLabelsVisible(String seriesName)
Set the labels visible for a seriesXYPlot
XYPlot. setXY(String seriesName, String label, double x, double y)
Sets a single point of a series
-