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 |
---|---|
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 series
|
LinePlot |
LinePlot.setValue(String seriesName,
int x,
double y)
Sets a single value of a series
|
Copyright © 2020. All rights reserved.