Class BoxPlotUtils
java.lang.Object
edu.msu.cme.rdp.classifier.train.validation.distance.BoxPlotUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
createBoxplot
(org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset scatterDataset, PrintStream outStream, String title, String xAxisLabel, String yAxisLabel, Font lableFont) static void
static void
-
Constructor Details
-
BoxPlotUtils
public BoxPlotUtils()
-
-
Method Details
-
readData
public static void readData(String inFile, File outdir, String xAxisLabel, String yAxisLabel) throws IOException - Throws:
IOException
-
createBoxplot
public static void createBoxplot(org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset scatterDataset, PrintStream outStream, String title, String xAxisLabel, String yAxisLabel, Font lableFont) throws IOException - Throws:
IOException
-
main
- Throws:
IOException
-