Skip to content
Snippets Groups Projects
Commit 223c69a7 authored by Muhammad Raufu Miah's avatar Muhammad Raufu Miah
Browse files

Update ExperimentsComparisonBlackBoxRandom.java

parent 7d388f3a
Branches Hotfix/953-fileNameWithSpace
Tags
No related merge requests found
...@@ -257,6 +257,13 @@ public class ExperimentsComparisonBlackBoxRandom { ...@@ -257,6 +257,13 @@ public class ExperimentsComparisonBlackBoxRandom {
// Create the fifth XY chart (accuracy) // Create the fifth XY chart (accuracy)
XYChart chart5 = QuickChart.getChart("n=50,k=5", "TestSize", "Accuracy", seriesNames, xValues, new double[][]{accuracyLstar, accuracyRS, accuracyKV, accuracyOP, accuracyTTT}); XYChart chart5 = QuickChart.getChart("n=50,k=5", "TestSize", "Accuracy", seriesNames, xValues, new double[][]{accuracyLstar, accuracyRS, accuracyKV, accuracyOP, accuracyTTT});
new SwingWrapper(chart5).displayChart(); new SwingWrapper(chart5).displayChart();
printXYChartPairs(chart1);
printXYChartPairs(chart2);
printXYChartPairs(chart3);
printXYChartPairs(chart4);
printXYChartPairs(chart5);
} }
// Define the learning methods // Define the learning methods
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment