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.
|
Modifier and Type | Method and 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 series
|
XYPlot |
XYPlot.setLabelsVisible(String seriesName)
Set the labels visible for a series
|
XYPlot |
XYPlot.setXY(String seriesName,
String label,
double x,
double y)
Sets a single point of a series
|
Copyright © 2020. All rights reserved.