Loading web/index.html +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ </div> <br> <h2>Confusion Matix Report</h2> <h2>Confusion Table Report</h2> </p> <div id="i_am_confusion"> Loading web/js/main.js +2 −2 Original line number Diff line number Diff line Loading @@ -217,11 +217,11 @@ function loadAlgGraph(topAlgs){ }, yAxis: { title: { text: 'F1 Scores' text: 'F1 Score' } }, series: [{ name: 'Run1', name: 'F1 Scores', data: [topAlgs.f1[0], topAlgs.f1[1], topAlgs.f1[2], topAlgs.f1[3]] } //, Loading Loading
web/index.html +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ </div> <br> <h2>Confusion Matix Report</h2> <h2>Confusion Table Report</h2> </p> <div id="i_am_confusion"> Loading
web/js/main.js +2 −2 Original line number Diff line number Diff line Loading @@ -217,11 +217,11 @@ function loadAlgGraph(topAlgs){ }, yAxis: { title: { text: 'F1 Scores' text: 'F1 Score' } }, series: [{ name: 'Run1', name: 'F1 Scores', data: [topAlgs.f1[0], topAlgs.f1[1], topAlgs.f1[2], topAlgs.f1[3]] } //, Loading