|
|
|
|
@@ -147,14 +147,14 @@
|
|
|
|
|
<br/>
|
|
|
|
|
<label title="NeighbourSize">
|
|
|
|
|
Subset: Neighbour Set
|
|
|
|
|
<output id="hlneighbourSizeSliderOutput">6</output><br/>
|
|
|
|
|
<input type="range" min="1" max="100" value="6" step="1" oninput="d3.select('#hlneighbourSizeSliderOutput').text(value); NEIGHBOUR_SIZE=value;">
|
|
|
|
|
<output id="hlneighbourSizeSliderOutput">10</output><br/>
|
|
|
|
|
<input type="range" min="1" max="100" value="10" step="1" oninput="d3.select('#hlneighbourSizeSliderOutput').text(value); NEIGHBOUR_SIZE=value;">
|
|
|
|
|
</label>
|
|
|
|
|
<br/>
|
|
|
|
|
<label title="SampleSize">
|
|
|
|
|
Subset: Sample Set
|
|
|
|
|
<output id="hlsampleSizeSliderOutput">3</output><br/>
|
|
|
|
|
<input type="range" min="1" max="100" value="3" step="1" oninput="d3.select('#hlsampleSizeSliderOutput').text(value); SAMPLE_SIZE=value;">
|
|
|
|
|
<output id="hlsampleSizeSliderOutput">10</output><br/>
|
|
|
|
|
<input type="range" min="1" max="100" value="10" step="1" oninput="d3.select('#hlsampleSizeSliderOutput').text(value); SAMPLE_SIZE=value;">
|
|
|
|
|
</label>
|
|
|
|
|
<br/>
|
|
|
|
|
<label title="InterpEndingIts">
|
|
|
|
|
@@ -171,14 +171,14 @@
|
|
|
|
|
<br/>
|
|
|
|
|
<label title="Full NeighbourSize">
|
|
|
|
|
Full: Neighbour Set
|
|
|
|
|
<output id="hlFullneighbourSizeSliderOutput">6</output><br/>
|
|
|
|
|
<input type="range" min="1" max="100" value="6" step="1" oninput="d3.select('#hlFullneighbourSizeSliderOutput').text(value); FULL_NEIGHBOUR_SIZE=value;">
|
|
|
|
|
<output id="hlFullneighbourSizeSliderOutput">10</output><br/>
|
|
|
|
|
<input type="range" min="1" max="100" value="10" step="1" oninput="d3.select('#hlFullneighbourSizeSliderOutput').text(value); FULL_NEIGHBOUR_SIZE=value;">
|
|
|
|
|
</label>
|
|
|
|
|
<br/>
|
|
|
|
|
<label title="Full SampleSize">
|
|
|
|
|
Full: Sample Set
|
|
|
|
|
<output id="hlFullsampleSizeSliderOutput">3</output><br/>
|
|
|
|
|
<input type="range" min="1" max="100" value="3" step="1" oninput="d3.select('#hlFullsampleSizeSliderOutput').text(value); FULL_SAMPLE_SIZE=value;">
|
|
|
|
|
<output id="hlFullsampleSizeSliderOutput">10</output><br/>
|
|
|
|
|
<input type="range" min="1" max="100" value="10" step="1" oninput="d3.select('#hlFullsampleSizeSliderOutput').text(value); FULL_SAMPLE_SIZE=value;">
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -187,14 +187,14 @@
|
|
|
|
|
<div id="NSParameters" class="parameters" style="display:none">
|
|
|
|
|
<label title="NeighbourSize">
|
|
|
|
|
Neighbour Set
|
|
|
|
|
<output id="neighbourSizeSliderOutput">6</output><br/>
|
|
|
|
|
<input type="range" min="1" max="100" value="6" step="1" oninput="d3.select('#neighbourSizeSliderOutput').text(value); NEIGHBOUR_SIZE=value;">
|
|
|
|
|
<output id="neighbourSizeSliderOutput">10</output><br/>
|
|
|
|
|
<input type="range" min="1" max="100" value="10" step="1" oninput="d3.select('#neighbourSizeSliderOutput').text(value); NEIGHBOUR_SIZE=value;">
|
|
|
|
|
</label>
|
|
|
|
|
<br/>
|
|
|
|
|
<label title="SampleSize">
|
|
|
|
|
Sample Set
|
|
|
|
|
<output id="sampleSizeSliderOutput">3</output><br/>
|
|
|
|
|
<input type="range" min="1" max="100" value="3" step="1" oninput="d3.select('#sampleSizeSliderOutput').text(value); SAMPLE_SIZE=value;">
|
|
|
|
|
<output id="sampleSizeSliderOutput">10</output><br/>
|
|
|
|
|
<input type="range" min="1" max="100" value="10" step="1" oninput="d3.select('#sampleSizeSliderOutput').text(value); SAMPLE_SIZE=value;">
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<input class="noParameters" type="radio" name="algorithm" onclick="d3.select('#startSimulation').on('click', startLinkSimulation); tweakedVerOfLink=false;">Link force in D3<br>
|
|
|
|
|
|