Uses of Class
es.upm.etsisi.cf4j.util.plot.LinePlot
-
Packages that use LinePlot 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 LinePlot in es.upm.etsisi.cf4j.util.plot
Methods in es.upm.etsisi.cf4j.util.plot that return LinePlot Modifier and Type Method Description LinePlot
LinePlot. addSeries(String seriesName)
Adds a new empty series to the plot.LinePlot
LinePlot. addSeries(String seriesName, double value)
Adds a new series to the plot initializing all the values to a constant one.LinePlot
LinePlot. addSeries(String seriesName, double[] y)
Adds a new series to the plot. y values positions must be correlated with xs values.LinePlot
LinePlot. setValue(String seriesName, double x, double y)
Sets a single value of a seriesLinePlot
LinePlot. setValue(String seriesName, int x, double y)
Sets a single value of a series
-