Commit 9aaa69d2 authored by Larry Schultheis's avatar Larry Schultheis
Browse files

changed front end shite

parent 87aa4844
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@
                </div>

                <br>
                <h2>Confusion Matix Report</h2>
                <h2>Confusion Table Report</h2>
                </p>
    
                <div id="i_am_confusion">
+2 −2
Original line number Diff line number Diff line
@@ -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]]
        }
        //,