@@ -198,6 +198,8 @@ public class ExperimentsRandomTestsVarSystemFixedAcceptanceRatioFixedTestSize {
...
@@ -198,6 +198,8 @@ public class ExperimentsRandomTestsVarSystemFixedAcceptanceRatioFixedTestSize {
XYChartchart5=QuickChart.getChart("AcceptanceRatio=0.1, Test Size = 15","Complexity","Accuracy",seriesNames,xValues,newdouble[][]{accuracyLstar,accuracyRS,accuracyKV,accuracyOP,accuracyTTT});
XYChartchart5=QuickChart.getChart("AcceptanceRatio=0.1, Test Size = 15","Complexity","Accuracy",seriesNames,xValues,newdouble[][]{accuracyLstar,accuracyRS,accuracyKV,accuracyOP,accuracyTTT});
newSwingWrapper(chart5).displayChart();
newSwingWrapper(chart5).displayChart();
printXYChartPairs(chart5);
}
}
...
@@ -291,6 +293,32 @@ public class ExperimentsRandomTestsVarSystemFixedAcceptanceRatioFixedTestSize {
...
@@ -291,6 +293,32 @@ public class ExperimentsRandomTestsVarSystemFixedAcceptanceRatioFixedTestSize {