Skip to content

Commit c9068a8

Browse files
committed
update binary bin
1 parent 18a1c0f commit c9068a8

File tree

5 files changed

+1877
-10
lines changed

5 files changed

+1877
-10
lines changed

BioRadar/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ <h6 class="progressText spinnerC center" style="top: calc(50% - 15px);" >saving
480480
<select id="clusterMethod" class="col s8 radarcontroller_layout">
481481
<option value="leaderbin" selected="selected">Leader Bin</option>
482482
<option value="kmean">K-means</option>
483+
<option value="binarybin">Binary bin</option>
483484
</select>
484485
</div>
485486
<div class="row valign-wrapper">
@@ -515,6 +516,11 @@ <h6 class="progressText spinnerC center" style="top: calc(50% - 15px);" >saving
515516
<button type="submit" class="btn-small animatIcon"><i class="material-icons">send</i><div>Submit</div></button>
516517
</div>
517518
</form>
519+
<form action="#" class='clusterProfile hide row valign-wrapper' id = "binarybinprofile" onsubmit="recalculateCluster( {clusterMethod: 'binarybin',normMethod:$('#normMethod').val()},onchangeCluster);return false;">
520+
<div class="col s3 no_padding valign-wrapper center-align" >
521+
<button type="submit" class="btn-small animatIcon"><i class="material-icons">send</i><div>Submit</div></button>
522+
</div>
523+
</form>
518524
</div>
519525
<div class="row s12 valign-wrapper" style="margin-bottom: 0; padding-top: 10px; background-color: white">
520526
<label class="col s8 offset-s4 left-align">

0 commit comments

Comments
 (0)