public class ViolinBoxPlot extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ViolinBoxPlot.Output |
| Constructor and Description |
|---|
ViolinBoxPlot() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(double[][][] vals,
String[] datasetNames,
String[][] xLabels,
String yLabel,
ViolinBoxPlot.Output output,
String outputFileName) |
void |
draw(double[][][] vals,
String[] datasetNames,
String[][] xLabels,
String yLabel,
ViolinBoxPlot.Output output,
String outputFileName,
boolean sortresults) |
void |
drawBoxPlot(Graphics2D g2d,
int x,
int y,
int width,
int height,
double[] vals,
double minValue,
double maxValue,
boolean drawOutliers) |
void |
drawViolinPlot(Graphics2D g2d,
int x,
int y,
int width,
int height,
double[] vals,
double minValue,
double maxValue) |
public void draw(double[][][] vals,
String[] datasetNames,
String[][] xLabels,
String yLabel,
ViolinBoxPlot.Output output,
String outputFileName)
throws IOException
IOExceptionpublic void draw(double[][][] vals,
String[] datasetNames,
String[][] xLabels,
String yLabel,
ViolinBoxPlot.Output output,
String outputFileName,
boolean sortresults)
throws IOException
IOExceptionpublic void drawViolinPlot(Graphics2D g2d, int x, int y, int width, int height, double[] vals, double minValue, double maxValue)
public void drawBoxPlot(Graphics2D g2d, int x, int y, int width, int height, double[] vals, double minValue, double maxValue, boolean drawOutliers)
Copyright © 2015. All Rights Reserved.