added the distributions

Former-commit-id: d38ff303e4
master
parent 371eb0c78e
commit 3352e09bc1
  1. 249
      css/dc.css
  2. 26
      css/style.css
  3. 600
      data/blobs.csv
  4. 50
      index.html
  5. 101
      js/tsne_vis.js

@ -1,249 +0,0 @@
.dc-chart path.dc-symbol, .dc-legend g.dc-legend-item.fadeout {
fill-opacity: 0.5;
stroke-opacity: 0.5; }
div.dc-chart {
float: left; }
.dc-chart rect.bar {
stroke: none;
cursor: pointer; }
.dc-chart rect.bar:hover {
fill-opacity: .5; }
.dc-chart rect.deselected {
stroke: none;
fill: #ccc; }
.dc-chart .pie-slice {
fill: #fff;
font-size: 12px;
cursor: pointer; }
.dc-chart .pie-slice.external {
fill: #000; }
.dc-chart .pie-slice :hover, .dc-chart .pie-slice.highlight {
fill-opacity: .8; }
.dc-chart .pie-path {
fill: none;
stroke-width: 2px;
stroke: #000;
opacity: 0.4; }
.dc-chart .selected path, .dc-chart .selected circle {
stroke-width: 3;
stroke: #ccc;
fill-opacity: 1; }
.dc-chart .deselected path, .dc-chart .deselected circle {
stroke: none;
fill-opacity: .5;
fill: #ccc; }
.dc-chart .axis path, .dc-chart .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges; }
.dc-chart .axis text {
font: 10px sans-serif; }
.dc-chart .grid-line, .dc-chart .axis .grid-line, .dc-chart .grid-line line, .dc-chart .axis .grid-line line {
fill: none;
stroke: #ccc;
shape-rendering: crispEdges; }
.dc-chart .brush rect.selection {
fill: #4682b4;
fill-opacity: .125; }
.dc-chart .brush .custom-brush-handle {
fill: #eee;
stroke: #666;
cursor: ew-resize; }
.dc-chart path.line {
fill: none;
stroke-width: 1.5px; }
.dc-chart path.area {
fill-opacity: .3;
stroke: none; }
.dc-chart path.highlight {
stroke-width: 3;
fill-opacity: 1;
stroke-opacity: 1; }
.dc-chart g.state {
cursor: pointer; }
.dc-chart g.state :hover {
fill-opacity: .8; }
.dc-chart g.state path {
stroke: #fff; }
.dc-chart g.deselected path {
fill: #808080; }
.dc-chart g.deselected text {
display: none; }
.dc-chart g.row rect {
fill-opacity: 0.8;
cursor: pointer; }
.dc-chart g.row rect:hover {
fill-opacity: 0.6; }
.dc-chart g.row text {
fill: #fff;
font-size: 12px;
cursor: pointer; }
.dc-chart g.dc-tooltip path {
fill: none;
stroke: #808080;
stroke-opacity: .8; }
.dc-chart g.county path {
stroke: #fff;
fill: none; }
.dc-chart g.debug rect {
fill: #00f;
fill-opacity: .2; }
.dc-chart g.axis text {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none; }
.dc-chart .node {
font-size: 0.7em;
cursor: pointer; }
.dc-chart .node :hover {
fill-opacity: .8; }
.dc-chart .bubble {
stroke: none;
fill-opacity: 0.6; }
.dc-chart .highlight {
fill-opacity: 1;
stroke-opacity: 1; }
.dc-chart .fadeout {
fill-opacity: 0.2;
stroke-opacity: 0.2; }
.dc-chart .box text {
font: 10px sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none; }
.dc-chart .box line {
fill: #fff; }
.dc-chart .box rect, .dc-chart .box line, .dc-chart .box circle {
stroke: #000;
stroke-width: 1.5px; }
.dc-chart .box .center {
stroke-dasharray: 3, 3; }
.dc-chart .box .data {
stroke: none;
stroke-width: 0px; }
.dc-chart .box .outlier {
fill: none;
stroke: #ccc; }
.dc-chart .box .outlierBold {
fill: red;
stroke: none; }
.dc-chart .box.deselected {
opacity: 0.5; }
.dc-chart .box.deselected .box {
fill: #ccc; }
.dc-chart .symbol {
stroke: none; }
.dc-chart .heatmap .box-group.deselected rect {
stroke: none;
fill-opacity: 0.5;
fill: #ccc; }
.dc-chart .heatmap g.axis text {
pointer-events: all;
cursor: pointer; }
.dc-chart .empty-chart .pie-slice {
cursor: default; }
.dc-chart .empty-chart .pie-slice path {
fill: #fee;
cursor: default; }
.dc-data-count {
float: right;
margin-top: 15px;
margin-right: 15px; }
.dc-data-count .filter-count, .dc-data-count .total-count {
color: #3182bd;
font-weight: bold; }
.dc-legend {
font-size: 11px; }
.dc-legend .dc-legend-item {
cursor: pointer; }
.dc-hard .number-display {
float: none; }
div.dc-html-legend {
overflow-y: auto;
overflow-x: hidden;
height: inherit;
float: right;
padding-right: 2px; }
div.dc-html-legend .dc-legend-item-horizontal {
display: inline-block;
margin-left: 5px;
margin-right: 5px;
cursor: pointer; }
div.dc-html-legend .dc-legend-item-horizontal.selected {
background-color: #3182bd;
color: white; }
div.dc-html-legend .dc-legend-item-vertical {
display: block;
margin-top: 5px;
padding-top: 1px;
padding-bottom: 1px;
cursor: pointer; }
div.dc-html-legend .dc-legend-item-vertical.selected {
background-color: #3182bd;
color: white; }
div.dc-html-legend .dc-legend-item-color {
display: table-cell;
width: 12px;
height: 12px; }
div.dc-html-legend .dc-legend-item-label {
line-height: 12px;
display: table-cell;
vertical-align: middle;
padding-left: 3px;
padding-right: 3px;
font-size: 0.75em; }
.dc-html-legend-container {
height: inherit; }

@ -106,17 +106,20 @@ cursor: default;
margin-top: -60px;
}
.right-side-hist {
margin-left:-2px;
margin-top: -2px;
}
.right-side-star {
margin-left:12px;
margin-top: -5px;
margin-top: -50px;
}
#left-side-param{
margin-top: -115px;
}
#left-side-visual{
margin-top: -160px;
margin-left: 15px;
margin-right: -5px;
}
@ -142,9 +145,9 @@ cursor: default;
/* A little styling for knn's bar chart */
#knnBarChart {
width: 50vw !important;
height: 5.5vw !important;
height: 5.4vw !important;
border: 1px solid black !important;
margin-top: 0.2vw;
margin-top: 6.6vw;
position: absolute !important;
}
@ -170,12 +173,18 @@ cursor: default;
/* Legend of the Overview t-SNE canvas */
#legend2 {
height: 11vw;
height: 9vw;
width: 11vw;
text-align: left;
overflow: auto;
margin-left: -6px;
}
/* Legend of the Overview t-SNE canvas */
.PoinRadius {
margin-top: 30px;
}
/* Legend of the Overview t-SNE canvas */
#legend1 {
height: 11vw;
@ -426,3 +435,8 @@ ul {
left: 5px;
top: 5px;
}
#costHist {
width: 6vw;
height: 9.55vw;
}

@ -0,0 +1,600 @@
-5.698450952891542798e+00,9.341147389514203425e+00,5.951296619106814845e+00
-3.923217947091102165e+00,-1.058589696369295119e+01,7.923679862893632908e+00
-3.735428259245553217e+00,6.960767043191324888e+00,9.814862329904933347e+00
-2.554076802028075299e+00,-2.910789716150126161e+00,3.835002127620975809e+00
1.110979522497035710e+01,6.412414609012731859e+00,5.605157510849491764e+00
9.793283403278818966e+00,9.456432362557642080e+00,4.735345134977262838e+00
-3.390596788028900743e+00,9.482621736257339506e-01,7.618108253357595672e+00
7.723221706243463380e+00,6.540620036777482937e+00,4.313407946396964121e+00
8.123340119612562304e+00,8.406943815508158835e+00,5.715603038247230927e+00
7.783562827808748530e+00,8.113560907461410565e+00,6.841457458240952860e+00
-6.727540137927464414e+00,-1.156306709419019185e+01,1.060321531587807797e+01
1.017593858925441097e+01,8.278040426030058185e+00,7.069092026739474122e+00
-3.830027762146637649e+00,1.207673399497681288e+01,8.885625557026763488e+00
-2.820044642466434937e+00,-1.340196978091532998e+01,5.525001120921597675e+00
8.857953134516835192e+00,9.297444424908418270e+00,5.603637019992974366e+00
-3.414197228033382103e-01,9.199411174308751882e+00,1.131981233384392382e+01
-4.222370797954897448e+00,-6.988365494682444279e+00,1.568750065646381131e+01
-6.924380857646797338e+00,-7.561785186144634352e+00,4.248738634568445249e+00
7.662345546446170275e+00,8.604150346073387468e+00,5.271073824787300133e+00
8.642459760340505781e+00,8.548443608479578515e+00,6.366759695328196855e-01
-9.930374407447135621e-01,6.032311073274728486e+00,9.137760077939514503e+00
9.397568473581435100e+00,6.718857733505985586e+00,4.559328883733936522e+00
-9.652379856483144227e-01,7.330247427704327023e+00,6.657925279575230171e+00
-7.308908215413045362e+00,-3.908072940209391000e+00,4.280063578623233944e+00
3.516906328516194336e+00,-1.705594655782175906e+01,4.512726018972260889e+00
-3.517145498498570610e+00,8.165827972880396857e+00,6.905565933021173386e+00
1.067757859263543274e+01,6.887160729172011386e+00,3.235904399469891501e+00
1.280457258260335074e+00,-1.083154542247963192e+01,1.107751104070845471e+01
9.461788753713735289e+00,9.171704201570861414e+00,6.400283175006428849e+00
9.964947278885901483e+00,8.891816594945600727e+00,5.749093574254389161e+00
-4.695981743850224710e+00,-1.174222747521549337e+01,7.663932082912877419e+00
-5.957673370632362797e+00,-4.770346500182473193e+00,3.136555118936192876e+00
-4.060358905552313047e+00,7.209197858812464332e+00,9.560692467983450626e+00
-5.527314432285423962e+00,-5.258808129924618768e+00,3.737036247704494940e+00
-4.154493156135830034e+00,7.445431059827393838e+00,6.019065320206449243e+00
6.694357522193207899e+00,6.446107258953679420e+00,5.770423494791734775e+00
9.311992609380467911e+00,8.981795126950416375e+00,6.287004105064111670e+00
8.980015614453385808e+00,8.737679352159075208e+00,6.021796444472506948e+00
-1.119300254384298920e+00,-7.877494688384115484e+00,7.785150102144931417e+00
4.010112108248260476e-01,1.390952208662549161e+01,7.608682919236652964e+00
-9.445855068431450619e+00,-7.470957856601875946e+00,1.011051924228321219e+01
-3.794751218006023663e+00,7.382796662676154753e+00,9.647775081950708653e+00
-1.868361107923332209e+00,6.436598468267753503e+00,7.307336557457600357e+00
-4.195602552277088115e+00,4.314843694044853351e+00,1.287134518283863116e+01
-3.874768130792843213e+00,-9.529531287290252450e+00,7.218124533293721612e-01
-3.245973360883652514e+00,9.336128138657594278e+00,1.185251279748716158e+01
1.161847188167810518e+00,5.858821122126186332e+00,6.555880278983390319e+00
-1.650700570690051272e-01,1.015831377051027395e+01,1.006797583712008581e+01
9.859108618089772236e+00,9.642199087290332926e+00,5.205297665875224133e+00
-5.563926422327860166e+00,7.439859345582650718e+00,1.031880527976327322e+01
8.106829307543275576e+00,7.226535352312231986e+00,5.168262686462542277e+00
-4.822939197847334825e+00,-4.318847610596868059e+00,3.230041105451030958e+00
9.275110729072281401e+00,8.195379730868305401e+00,5.917717783556279976e+00
-3.733954138553309487e+00,3.536255287626229205e+00,1.146104959481654539e+01
-4.637831987859167171e+00,-1.287115111613755758e+01,5.993339745466714774e-01
9.107809478819486770e+00,7.446502880628731447e+00,3.406665322280024721e+00
-1.008554846176233788e+01,-1.038311922434461820e+01,1.045437907140278178e+01
8.553568759427413681e+00,6.884055982546191998e+00,3.810842658881617329e+00
-1.395992533534491153e+00,8.381292318191084334e+00,8.315759560760010771e+00
9.732813492570484115e+00,7.206168317899082076e+00,6.242491783580873310e+00
8.573572008703099101e+00,8.901277800983981692e+00,5.005232248216883839e+00
7.884701636941839453e+00,8.033561521605525613e+00,5.182805644512145093e+00
1.026460947379637290e+01,6.860734976064840396e+00,5.741807649619069309e+00
3.903183695033836997e+00,-2.650848125288715273e+00,1.813160422519255022e+00
-3.457514307707678647e+00,8.733069859278890235e+00,1.060908943185107489e+01
7.927675180389472942e+00,8.463510385476888942e+00,5.158751635985727724e+00
-2.258426056971320595e+00,-5.426346752860244926e+00,1.274835589741957165e+01
-2.279554226418603058e+00,8.213298388574205688e+00,1.000448573296612054e+01
-3.441347927340316915e+00,5.407966569143583868e+00,7.899187156627655249e+00
5.206407037278346195e+00,-7.674579771187099553e+00,6.952675462081342239e+00
-5.439915541630804263e+00,-4.600724426999917682e+00,6.404543662207228927e+00
-5.090165632033585297e+00,-1.352008050689493146e+01,8.319130870663922650e+00
9.350319704098334128e+00,8.297094972973400928e+00,4.143776636372366262e+00
-3.652110617831862527e+00,7.151500542815870887e+00,9.113243177052813948e+00
-5.708288460047794111e+00,-1.004237433617102937e+01,1.082784936958009148e+00
-5.221114555294638748e+00,7.835448247794501775e+00,6.129065043692449422e+00
-7.519450411788781707e-01,1.058468264620967680e+01,1.254272004121365747e+01
1.121694680033851732e+01,9.230401935163053295e+00,3.461268772181810505e+00
7.404704277709898363e+00,6.977642480419762983e+00,4.329847891715346009e+00
9.778044668182262811e+00,7.345066799657977263e+00,4.789243859765729638e+00
9.660915634111804096e+00,6.622899542191097666e+00,3.451832633376861637e+00
-8.822189349113100931e+00,1.180356396328443580e+00,1.073212725983288074e+01
9.191161329950158887e+00,7.943556331244953306e+00,4.475410525159785990e+00
-2.853953111583690916e+00,6.151027338055657268e+00,7.616528371714103685e+00
-2.519402666490587084e+00,8.524359683878692806e+00,8.310699060950256012e+00
-2.353828321378337307e-02,-1.233258605223688775e+01,8.383885478047853113e+00
-2.893578155221673942e+00,1.101081612520170872e+01,8.242361292528283201e+00
-2.786101091219715720e+00,-2.583231367471276130e+00,1.097330930564660711e+01
8.113237141759762849e+00,8.263157429972036283e+00,5.339641223447330276e+00
-3.884861550357231685e+00,9.564692581519329551e+00,7.289633509939413614e+00
-4.310747749453184063e+00,-6.921475737871592315e+00,3.607435943817206336e+00
8.191412959703994190e+00,9.814888563075692574e+00,4.145499936367786020e+00
7.353978225608844177e+00,7.397078776417827406e+00,3.145683975549364852e+00
-6.304133961247586626e-01,-7.986058982217456581e+00,1.424290452106036398e+01
-2.872150555391885796e+00,6.122636345870118291e+00,1.231861350784079612e+01
-4.053045921109701411e+00,4.028773504463566191e+00,1.105521784702881938e+01
8.642788356634987679e+00,8.551489327799453477e+00,3.471672774310459175e+00
-1.583467180207311031e+00,7.377697400700818697e+00,8.876532338651664134e+00
-1.282188597181604051e+00,7.212471181590946578e+00,9.524751723088535016e+00
7.919895479319412956e+00,8.464451558173175627e+00,4.213933496948135016e+00
8.673881642445214979e+00,6.511950875059570265e+00,4.586596140703513846e+00
1.695589149384037597e+00,8.264766386715093560e+00,1.129707017223471510e+01
8.837788821630494951e+00,9.625497094413848487e+00,3.925826473973300423e+00
-5.697512367918234233e+00,9.515234993740975256e+00,9.643245441063161394e+00
-5.306801243406763291e+00,-2.351576736871051843e+00,7.859166160066404672e+00
9.058739932543570461e+00,8.063456616504268482e+00,5.654445483426337127e+00
-3.604964739083570180e+00,-1.103920231463786727e+01,6.390961929555211363e+00
1.016573616388820689e+01,7.622520660759662725e+00,6.202993651254391949e+00
-4.803312054027984779e+00,-7.627634769279622695e+00,4.621709143395845487e+00
-3.583479003495350756e+00,-1.805562364985480173e+01,1.133592882897318255e+01
7.747612608535106915e+00,8.227264285419339629e+00,3.065128180709087324e+00
-1.759949582710113702e+00,-4.759740370639226725e+00,5.829490400708944975e+00
1.056369987812009015e+01,8.982191421503610940e+00,5.399292759760890625e+00
8.843871500925043705e+00,8.037071718638481244e+00,5.740368620747185346e+00
7.827964637581207086e+00,6.825105875793971322e+00,4.467536276071791157e+00
8.393856095661663019e+00,7.976650478801106559e+00,5.769949128705080810e+00
-5.929884618526131135e-01,4.095793289719207309e-02,7.074631777890371787e+00
-3.185625227021422923e+00,1.036991088372733572e+01,7.395410086510931791e+00
-7.379616465489931443e+00,-9.439748312029713873e+00,8.111992447512117010e+00
8.115386434011293559e+00,8.171685518396328618e+00,6.432180388770402324e+00
1.000032248726862250e+01,8.082830952590239093e+00,5.043310181726424091e+00
-3.847322514005066196e+00,1.404692737566967153e+01,7.607315386754537556e+00
4.243926086677546117e+00,1.105469015431803292e+01,8.934190199138310362e+00
7.932568172180884503e+00,8.496609923957631594e+00,4.807582899153606704e+00
-4.152714252104512838e+00,-1.222998071283894106e+01,1.112897764643222231e+01
-2.643844290428999599e+00,7.770756719021335357e+00,9.807385494082469179e+00
-2.573118932341060372e+00,8.365645806503756887e+00,1.040093093839308835e+01
9.236492682873894466e+00,6.546988409105312989e+00,4.895789079302067748e+00
2.882653120814676839e+00,4.682734747368121120e+00,1.168627879403573289e+01
-6.025058802372264211e+00,7.708715668400587973e+00,1.000635958627818312e+01
-4.158121096249789872e+00,-2.381163289627092006e+00,-2.657955649896985406e+00
9.251435009772768225e-02,7.824913190538780761e+00,6.873466558697627349e+00
-9.551005701690659322e+00,-1.127301149452168261e+01,1.444546724014120542e+01
-7.200588923696216170e+00,-6.755255888320345292e+00,4.705779183820260059e+00
9.962860058024229915e-01,-4.621984304599491722e+00,9.213966834856881505e+00
-1.152978261223943512e+01,-9.754405720977329608e+00,1.077847573675289361e+01
8.357563347908460116e+00,8.170906641320632602e+00,4.535155150992152606e+00
8.224987384156509762e+00,8.871921726999131508e+00,5.877655796538180155e+00
-2.123130105711012572e+00,-1.071997629593413492e+01,1.826754429921279232e+00
-2.590742530237694297e+00,-2.666828548414839517e+00,4.442542683820866145e+00
7.390665232580919231e+00,8.248504594716001392e+00,5.077632402195682459e+00
6.042827789213580658e+00,-8.671359916793237588e-01,7.270504226344176146e+00
9.241655908186796609e+00,7.398095717017309170e+00,5.749741550816845681e+00
-5.289557051940612098e+00,-6.961075064422901804e+00,4.749110862559888346e+00
7.568725450492524764e+00,7.383274370751436777e+00,5.309830734619452208e+00
-3.112798867303596673e+00,9.746353136307137177e+00,8.844419260917831593e+00
8.422705340391999584e+00,7.235061055765333649e+00,3.707843711329169345e+00
-7.697087251929228380e+00,-1.277186469146920444e+01,9.997135223053348341e+00
9.286597882490953637e+00,9.112660720033620265e+00,4.308624187182317655e+00
8.558605517993388645e+00,6.974347654529194251e+00,5.148454597727800675e+00
-1.667975644027085425e+00,6.909824857109845730e+00,8.384518748542991062e+00
1.008574834488685212e+01,7.590237416540429827e+00,6.663230005441336701e+00
-1.849883870940515873e+00,-1.590950706405335424e+01,6.701978399541957288e+00
8.127199228731591063e+00,7.982932741045167369e+00,3.382459364632633303e+00
-5.792316122870214024e+00,-1.559147464107012304e+01,4.796421105092157688e+00
4.947827676527017715e+00,2.025135472596383934e+00,5.943936647922256178e+00
-6.582108387122699966e+00,-1.016894334451838056e+01,8.018482178947648364e+00
-9.444543496121241333e+00,-9.444638638274362563e+00,9.976840904938166332e+00
1.014414412183207936e+01,9.537143597358289426e+00,4.643774044910169430e+00
1.189078666769487747e+01,7.125218301069160098e+00,5.927367076754756603e+00
8.441194034811257296e+00,7.965938166661557851e+00,4.615719956307166250e+00
-6.091370308643649700e+00,-8.598862339462982618e+00,9.573064610659649531e+00
8.560701014551474586e+00,5.549405498246938961e+00,6.001618607827322371e+00
-3.039871827909922164e+00,-1.703134424374484368e+00,1.185777150353223774e+01
-6.026963217807148609e-01,-4.566452820108135136e+00,2.992332584754850977e+00
9.073233242980283109e+00,9.877523644059714059e+00,2.800044669292259147e+00
9.501161100067939458e+00,8.319240958398522068e+00,4.250923451832247402e+00
-2.379827475319598484e+00,8.130509877810879971e+00,5.127983379629927896e+00
7.151171826001725407e-01,-4.906503158647831597e+00,4.363958957361344204e+00
-2.734136358674981171e+00,-1.892688899591316698e+00,4.991250449959645508e+00
1.031528704175595479e+01,7.291033752213199826e+00,5.810513771986668630e+00
-4.076649043744831502e+00,-1.070495042788223827e+01,8.375544631205404045e+00
-3.758077177213947184e+00,-7.779161320690546333e+00,9.759928938910968910e-01
-2.799881553739564488e+00,6.344428408432720268e+00,9.935576076469853746e+00
8.398293442275564402e+00,6.365875222602435990e+00,5.613168203969437720e+00
7.467750315978234354e-01,7.087461869994071684e+00,1.054416506367453721e+01
-5.343960737275557094e-01,-7.260744033865900171e+00,5.347471672782756258e+00
-4.075270663163654383e+00,1.000437659040712468e+01,7.549764877306981425e+00
9.323338323009812356e+00,6.154110862445627106e+00,3.512820340783854078e+00
9.200302608916494762e+00,8.496617984092626585e+00,6.122973759862420984e+00
-5.171481976988888896e+00,-5.796983960863494545e+00,5.491202003697739364e+00
9.297097643327392191e+00,9.495524717114497193e+00,5.643602294680818865e+00
-8.223930570540236573e+00,-1.399909936511205899e+01,-1.421822484157253541e+00
-3.006755863550674590e+00,7.048409174767446217e+00,1.184443983631451403e+01
1.046797960059405952e+01,5.932677686121610172e+00,5.487067218292867921e+00
-4.334498948893916292e+00,4.710883970331080306e+00,9.395473015270168204e+00
-4.642126746973495699e+00,1.069824677843261895e+01,1.220335655170263323e+01
5.642492127913683042e-01,9.084526551835509167e+00,9.274480297356209491e+00
-3.174239467246867452e+00,-7.442601929411092776e+00,5.791794464687702870e+00
-3.682825025577898259e+00,7.611724543862172787e+00,9.158332716643027283e+00
-1.007171408387212530e+00,6.491858377068881580e+00,5.273567685975347530e+00
-1.369537375513669719e+00,-2.536270010460484059e-01,6.494798663590684917e+00
-9.122772565721035676e+00,-7.467978392838436896e+00,5.610776246773524711e+00
-4.734552985504587141e+00,-1.384050234666590384e+00,8.383180815291456867e+00
8.579791757823159060e+00,7.645597014685546533e+00,4.567390335976146964e+00
8.306825563010074021e+00,7.479993940664344088e+00,4.454052490459641689e+00
8.286573394573377271e+00,9.045019934100071879e+00,4.956941979726293468e+00
-4.644747472740792915e+00,-4.442048157239849360e+00,7.097116774617401980e+00
8.419902762537219587e+00,1.045171348180950943e+01,5.276734434459571688e+00
9.056805712255682650e+00,7.934892562284315609e+00,4.269222726393711476e+00
-2.053033930872499635e+00,3.046110221163447207e-01,2.497543260778864571e+00
4.120078509164555314e+00,-8.508978482893253315e+00,4.356958970654339680e+00
-5.097292442282982172e+00,-7.893575809956006495e+00,1.189639423269841778e+01
9.739168355127649335e+00,7.550731863436037195e+00,4.541618382004249277e+00
9.115016351652831972e+00,7.964028407294466483e+00,4.550094185243810152e+00
9.115830438962284177e+00,8.844896473387276359e+00,5.322060650413532379e+00
-7.213800112529294317e+00,-5.179035012190024823e+00,3.792368788759707954e-01
-2.474838995728193325e+00,6.315960156003439963e+00,6.756642280549398194e+00
-6.922174423527695630e+00,-1.096292081502114968e+01,4.565253822234653924e+00
-3.799247070130649995e+00,-1.800099413943309301e+00,6.797243091719855634e+00
-2.785571378940878251e+00,-5.478060168394834228e+00,6.654019272341352931e+00
-5.739700695985168188e-01,-4.726763859968359682e+00,3.510677538659845887e+00
-3.617175075257009986e+00,6.666400599090168022e+00,9.820061991352019959e+00
-5.104302977503062166e+00,8.094726925631219316e+00,9.154761334508247472e+00
4.042707489896404383e-01,-7.591396513785031885e+00,1.268997501233536696e+01
8.514858184457237300e+00,7.124959220082987876e+00,4.481630138975138955e+00
5.020497993488657329e-01,-5.502174579843356561e+00,1.003613434253643533e+01
-8.810597424101040964e-01,8.573726220109014307e+00,1.106244570297643826e+01
8.748689144361687653e+00,7.137658511409639139e+00,5.010381587598737418e+00
1.859626453013436986e+00,-9.517461240770865416e+00,9.496269537128885219e+00
-5.334625232367071312e+00,-5.558337010526395616e+00,5.711105530295553123e+00
6.644318564327981846e+00,7.715354041097321591e+00,6.360394883552912049e+00
8.691080318250532954e+00,7.546271095968749343e+00,4.824165293863011961e+00
8.781571918982796987e+00,9.297292729992534532e+00,3.600851450583093083e+00
-2.127458530408850912e+00,8.377319870285100833e+00,1.173677608278757489e+01
8.591430892306743061e+00,7.714753389981269471e+00,5.788517129630229796e+00
-7.390069936927995187e+00,-1.033553668779165413e+01,1.143274136809018771e+01
-4.633564936039703319e+00,-7.165224320284231396e+00,4.691976879636818865e+00
9.956467007921338208e+00,8.160279516814114231e+00,7.519197247860977207e+00
8.218822793585022879e+00,7.289993620959183573e+00,5.556511697442837239e+00
-6.962807928418094150e+00,-2.098818388650676603e+00,1.427150308228547360e+01
8.464582873942898544e+00,8.239430449992068972e+00,3.817504988384034625e+00
-1.390000877195599394e+00,4.217321623962410726e+00,1.169551270148314615e+01
6.112187558048023384e-01,8.476794504971460142e+00,1.254242152132404442e+01
-2.391536253351265628e+00,9.803755161137159391e+00,1.070466242640085497e+01
7.520882304583713207e+00,6.594818387987684716e+00,4.066077306384535461e+00
-3.999172054475827576e+00,6.426697917347626188e+00,7.407668039430078011e+00
-3.934834297951831150e+00,-8.949533614121394365e+00,4.911192910610971296e+00
8.097284675750225702e+00,7.458358583523209795e+00,6.183283831722851787e+00
-4.705052879811695732e+00,5.886315809639585339e+00,7.110904211992796320e+00
-1.952313180374646073e+00,1.134210202986691485e+01,9.500957105256146562e+00
-7.618987501496166104e+00,-8.678288740314970440e+00,1.104207259297762889e+01
8.000054949765758039e+00,8.399500107333221166e+00,4.347706140708452516e+00
-4.174727562053706542e+00,-8.493364891170243069e+00,7.909440485854012159e+00
-8.417723760804614042e-01,4.892808019679159237e+00,1.199315428361945379e+01
-1.040348868616046474e+00,-1.234000432631690103e+01,8.031331950234280370e+00
-6.978023110300921594e-01,4.143220698148155634e+00,1.006894290976305406e+01
-1.764045945918555347e-01,9.369439273318947770e+00,9.701991843891935474e+00
-6.924741226430953134e+00,-1.311425757798850888e+01,6.820229067036915893e-01
8.177037663219282493e+00,8.285004853227684762e+00,5.384375014402455584e+00
-7.456192611420978444e+00,-4.892016130555461473e+00,7.967332737094677597e+00
1.048178385384709088e+01,5.875010028856770816e+00,5.046103302099592902e+00
9.626761109292335306e+00,8.573411400167140428e+00,6.047912926070694084e+00
-6.267501495539560707e+00,-7.524584971829110458e+00,4.253545956847936793e+00
-2.460364935241570628e+00,9.156366087787692010e+00,1.093992358732854520e+01
-1.155307444009285422e+00,8.001774888119685514e+00,9.460809205950228673e+00
-4.886493365865540284e+00,-8.644974357312916524e+00,9.490114506055983057e+00
2.342987555871904881e+00,-1.242371186672151850e+00,5.177959416391562542e+00
9.663276182688264271e+00,8.892429210305261122e+00,5.291830628819631954e+00
1.066036947606957241e+01,7.453529108459222563e+00,5.879528702493829861e+00
-4.257529339794050571e+00,7.745111367179274175e+00,7.072917605424301257e+00
9.392933564966440940e+00,7.572920516580897932e+00,5.969140218803276277e+00
1.368943730413087145e+00,-4.789187122644150918e+00,1.612275120050092880e+00
1.199569603139122975e+00,9.680007601764545555e+00,5.715323190532801689e+00
8.406687616653824691e+00,7.160896412738279260e+00,5.720450178549649323e+00
-8.216261866235779365e+00,-7.337287654936653247e+00,-1.498404173612497559e-01
7.979457196475282288e+00,7.109674231396208910e+00,3.776682966957399579e+00
-9.570347763775529870e+00,-1.632578385700628587e+01,1.000577939528891314e+01
-3.161056836469319009e+00,5.677007866722327378e+00,1.130215148659666369e+01
8.621578343304856062e+00,6.674577587838570025e+00,4.385570319557492880e+00
-3.173307732025070660e+00,8.854032014537985162e+00,8.396479283749352263e+00
-3.157323864444396833e+00,5.803849137852061801e+00,8.541292056401367461e+00
-3.909851398192820682e+00,5.529296033136579247e+00,4.049611378951562202e+00
1.369599000201733752e+00,-5.752932297381288862e+00,7.743444268345864856e+00
-8.991834909966918588e+00,-4.894363611887921017e+00,1.499917649781063389e+01
-4.200512343418858485e+00,4.683935884116931625e+00,6.619631679189673434e+00
9.428863136480918783e+00,7.069115765133043183e+00,5.410053160170904540e+00
7.706020365624964619e+00,6.193022270529531248e+00,4.237925334404250677e+00
1.071917213813675396e+01,8.049340919955481510e+00,6.335522529923115265e+00
-2.913099382109968882e+00,1.284866058544155898e+01,8.893653925413241623e+00
-2.140138167473693454e+00,4.198944569432616625e+00,9.001943108949991057e+00
-4.943326535709363867e+00,-8.685258912532598075e+00,1.202752330337079201e+01
-4.154480217841435952e+00,-1.415804790334616037e+00,6.279848049486442818e+00
8.532700783237924469e+00,9.458301523401004829e+00,4.362831736565007112e+00
-4.752816136682637804e+00,6.676030662016481543e+00,8.664518916463112674e+00
-3.934548763349763778e+00,-1.277531795670215331e+01,8.358496579128370740e+00
-3.074808600547780824e+00,8.785017198838060537e+00,7.348534454181789854e+00
-6.206879953907225911e+00,-1.194776338724361153e+01,1.485642439515147828e+01
-6.686290344805811969e+00,9.365993072708132416e+00,7.679897505985739059e+00
1.097630459750105203e+00,-5.533588402123392314e+00,7.109912087022978611e+00
-1.771734608748693596e+00,7.350734287234618414e+00,1.082605456824311574e+01
-2.159291443041391645e+00,8.680610199483956180e+00,9.304947950956117708e+00
-5.658573896814143467e+00,8.767249610031806029e+00,1.289421789156754272e+01
1.056090545620550714e+01,8.090294458833790614e+00,4.611901542880245231e+00
-6.032083364382089918e+00,-9.015325847866817455e+00,7.882521690212353604e+00
-2.484410243955045061e+00,7.954207966220071313e+00,1.246279980069756022e+01
-6.466476945597072756e+00,-1.124028634703481799e+01,1.005573089165328682e+01
-4.892767844251340037e+00,8.065228466815852926e+00,8.597624651909324456e+00
-6.750488047306307138e+00,6.729460994008369390e+00,7.461380897662245104e+00
-4.416540823610050737e+00,5.283232825879736083e+00,6.675879223959568343e+00
-5.820523314901333123e+00,8.849657295316447403e+00,1.213126280969042625e+01
1.462409024579840455e-01,6.880741664059731200e+00,7.208626413981082948e+00
9.248204611644354145e+00,8.741393543191289695e+00,5.206619242173592177e+00
9.766940785481219578e+00,8.270288858846411628e+00,5.930204709316097222e+00
-5.622644988512329078e+00,-8.744234441308996963e+00,5.600791181783774775e+00
-1.611399546820327711e+00,-1.921887593153995155e+00,6.469003081709326253e+00
-7.039106803650635236e+00,6.862615709324471958e+00,1.150656249740517012e+01
9.485599223167946903e+00,7.649886806943519524e+00,4.356275298702686705e+00
-7.523818615932118981e+00,9.157135274821063931e+00,8.754450966406384538e+00
-3.075997948618637512e+00,1.098162988338654955e+01,9.765874371433266532e+00
2.541030236598285086e-02,-5.625199290903511340e+00,3.592748653059570696e+00
-3.178367592876333081e+00,8.175234542452036735e+00,8.858723845545863895e+00
2.606174973417580532e+00,9.119298656402493819e+00,6.949639663123591937e+00
8.686945610631390480e+00,8.963970917380978065e+00,6.183880661636485421e+00
7.834538510922037347e+00,7.945243535142322955e+00,4.585785233268495631e+00
9.191486579613968644e+00,7.155443801186750719e+00,3.368082741735413332e+00
8.732397919293507726e+00,7.704292049081655769e+00,3.646118570595294983e+00
-1.418402248042910330e+01,-4.364572336623513849e+00,1.121272645068183138e+01
-3.020826609441303212e+00,9.963946209596450387e-01,8.557054039441794657e+00
9.576206294338710734e+00,8.233721478585600551e+00,5.440591664311124731e+00
-9.030624904944552611e+00,-1.046415797007198201e+01,7.874908209621402477e+00
-3.461166273802361637e+00,5.065711418292661250e+00,1.216098845085708469e+01
8.044850973118187198e+00,8.895986345190896927e+00,4.711217735994305933e+00
-5.046141002430082345e-01,4.984124360533591869e+00,1.065650389749656668e+01
-2.910961000036670576e+00,4.953711256639474314e+00,9.324641998333179416e+00
2.450559589782892900e+00,8.754423369146984157e+00,7.677981829862236651e+00
-1.509712170333198777e+01,-1.604645177881285889e+01,3.993329573863585669e+00
-6.219340299808813199e+00,7.911558800322143981e+00,9.146444470398995108e+00
1.149028064593189491e+01,8.914693569653099559e+00,4.517529921320761588e+00
-1.786541555440179563e+00,1.039092423780895302e+01,7.897445377223135665e+00
8.591915659706991448e+00,7.963258690046899346e+00,3.050098643403373000e+00
-4.452481246326225772e+00,-5.360052608617176695e+00,-4.317008426196196069e-01
-5.077483248402718807e+00,-1.305989361388655468e+01,-2.021096484989884701e+00
1.061247939573614651e+01,7.073055902606003364e+00,2.908530202212485261e+00
5.317527366171864500e+00,-6.693458825160377046e+00,4.329763597835095901e+00
-6.842076539912289590e-02,7.321065945993566970e+00,6.830318208606865227e+00
1.033567295166474054e+01,7.564727817831964352e+00,6.251984997290134238e+00
-1.285660240364995932e+00,7.746129452310136720e+00,8.145740915737906818e+00
9.039742176668823959e+00,9.147968204809608039e+00,4.028133687399730434e+00
9.226207203854867700e+00,7.466280668016501920e+00,5.662633775585882212e+00
-1.505634872254913548e+00,1.103470145267650437e+01,5.523956885683174889e+00
-6.204865960351416021e+00,8.039338532792699610e+00,9.701095773885919371e+00
-5.084098787852455281e+00,-4.824340412125470934e+00,7.949390240890998882e-01
1.522116477222008157e+00,-1.542413057873944560e+00,8.323712076868126530e+00
-2.729619611852396766e+00,-2.593619953606052242e+00,5.445965574426541167e-01
9.951844573357490731e+00,7.915758226988597990e+00,4.063716701167455092e+00
-5.117167273095269309e+00,1.017552111855686547e+01,8.984744695664128145e+00
8.892695235684671573e+00,7.925234957222504484e+00,4.101243695002774636e+00
8.407846302002669248e+00,8.823921232127853287e+00,4.487855273321591731e+00
1.507001362625123519e+00,9.027184844786274809e+00,4.879847552782431208e+00
-3.602366196659554376e+00,-7.443483248986145107e+00,1.987895176831432131e+00
-4.665400705478173649e+00,-1.341980678775118996e+01,9.186227826134100383e+00
-8.383727201519246108e+00,-1.076214450933773215e+01,1.349155324785007437e+01
-8.650150136406884016e+00,-1.044456316530285100e+01,4.930578314234040249e+00
-9.498410772273469860e+00,5.037423906116025307e+00,5.738584405499539187e+00
-9.138148441350850693e-01,5.245383246867181271e+00,8.103166222553701559e+00
-2.363724808363460550e+00,-6.253939483143868827e+00,1.252206555154550216e+01
-3.996690104853533043e-01,2.938452621900166761e+00,4.410470895622111698e+00
9.281084911229228851e+00,8.787462944193332959e+00,4.328440515488522600e+00
1.538044076336309018e-01,3.901170292020838648e+00,6.656700267243002678e+00
-5.692613922723340991e+00,7.434971295144621628e+00,1.067485466744489031e+01
-4.184992219332716701e+00,6.621263691030207177e+00,6.874589700375883794e+00
-7.467772650186006445e-01,8.919101306399028317e+00,1.103762999853878490e+01
8.910907890412726573e+00,7.051880216435052695e+00,5.812590919942095091e+00
-3.592555233366635292e+00,9.781776615820980680e+00,7.701730248670816792e+00
-4.257262286423184605e+00,6.500311663667090123e+00,9.346459135722692935e+00
-1.129508907849519073e+00,7.788549024211561367e+00,9.947282975001735750e+00
8.639137472594050848e+00,7.190675449501314986e+00,4.570214415959921617e+00
2.969681096705256707e-01,4.899299754091730463e-01,6.502256551800591033e+00
-3.598166696840714884e+00,7.982636042332842408e+00,1.181545976419637611e+01
8.960501468398121006e+00,6.919081931408142871e+00,6.599554025524740908e+00
-3.948658604315544718e+00,6.943831843086149647e+00,8.639121064660264082e+00
-5.352884628208233408e+00,-8.083260275299977593e+00,8.573407338114657605e+00
1.023372302533510059e+01,7.331105172768124234e+00,5.741693477687981328e+00
-1.519898873949675044e+00,7.308020315337192763e+00,1.123704724242269037e+01
5.533013160681665710e-02,9.173170832616579062e+00,1.031648570229068618e+01
-3.730420370120061335e+00,8.186396252456646039e+00,7.246896292114639593e+00
-9.577763123715403726e-01,1.005001055624480699e+01,7.059790661558908553e+00
-2.679026325474721748e+00,1.026025594414505804e+01,7.572473269186475342e+00
9.302068965325828387e+00,7.293294786099286497e+00,4.792039063365999496e+00
-3.418011114459318378e-01,-4.631714185311377463e+00,1.388190217066601839e+00
7.333037850253992573e+00,8.942488143369200060e+00,4.887964067902928811e+00
-3.171752789968542263e+00,4.471621112987595126e+00,7.511659640228584678e+00
-2.369920455523934599e+00,-1.317052210417756264e+01,7.207368017821678130e+00
9.917454734880513101e+00,8.912404039386471410e+00,5.924312373516410268e+00
-3.898533116392012055e+00,7.629723522245914324e+00,4.851410025315727736e+00
-2.352528191668575186e+00,5.852818636892347826e+00,9.815225461574112131e+00
7.186208713347791210e+00,6.750943112840542604e+00,4.751293164686636317e+00
-4.197180875086491625e+00,-1.144629525428643824e+01,6.537863823081266901e+00
9.560929099833479938e+00,8.578993344938181664e+00,4.449501084045782484e+00
8.743728867449769737e+00,8.046477908540792257e+00,5.233852592143259486e+00
8.314577336377706018e+00,7.833184193119960170e+00,3.962389505261311839e+00
-2.646157187276481970e+00,1.261485520307471120e+01,7.204497815319328424e+00
-1.081584887725034960e+01,-5.268991999600080689e+00,2.950205526922715649e+00
-1.543048910106026739e+00,-1.510705607701384068e+00,9.457052635417916520e+00
-2.881111645888796424e+00,3.696798098630567075e+00,1.157222120691543488e+01
-1.407228100683304506e+00,7.454071761060737877e+00,7.633972493373182289e+00
8.720918492871117422e+00,5.493788490838881877e+00,4.610981352171636516e+00
-2.350821926529111039e+00,-1.066779463203984868e+01,5.976649418736288411e+00
8.783840861862676874e+00,7.086298839795892590e+00,5.311475400329131347e+00
9.096527196861229569e+00,8.171300517860652590e+00,5.623388009244311370e+00
-2.812834604489509172e+00,-9.813248821277264611e+00,1.321153849686957926e-01
-1.434511032076295933e+00,7.872963978616712488e+00,1.278365390252516676e+01
-5.566671861959404666e+00,7.242159197805191795e+00,1.149965064080168986e+01
-4.273901298272503091e+00,-8.023772744046720362e+00,1.355105501269907009e+01
-7.766494912194698230e+00,-7.594360975481167841e+00,7.776178987076375115e+00
-3.364343073675666762e+00,-9.312402254366865861e+00,1.082128598869095271e+01
9.108378449404455068e+00,1.039663913085756342e+01,5.591228073204441706e+00
-7.215662941532310803e+00,-6.118200936793940059e+00,5.411269659808742638e+00
8.060247391070381795e+00,1.059666366329500065e+01,4.484406667803036761e+00
-1.168598836938844254e+00,6.612541966217738931e+00,7.569309721324765761e+00
-7.151740157662378472e-01,8.366213091299941951e+00,1.023613916208435448e+01
-4.704858169012040570e-01,9.215925531948576221e+00,1.019138961262563470e+01
-7.820438475568982639e+00,-9.683736310350553822e+00,1.002193614218777107e+01
-1.878392895125390538e+00,7.967628703969150017e+00,6.351520067258028313e+00
9.269847697570524403e+00,7.896222808535911852e+00,4.259412899117163143e+00
-6.993790483052700679e+00,-1.273185752686836203e+00,1.377424442857875775e+01
-3.537773697936219541e-01,3.962391276186210565e+00,9.833652338313257246e+00
-2.156320031763656608e-01,6.370584357968220424e+00,9.015948904653741991e+00
-7.585701334640987170e+00,-8.040398508496901187e+00,4.445819386467943168e+00
-3.118538610302378000e+00,3.192051211728815119e+00,3.303088348133716323e+00
9.954877093252520126e+00,8.028799896423734594e+00,2.846291465767690543e+00
-4.268405020006135864e+00,-3.542171087037952582e+00,7.888896539920527751e+00
8.455439292720637212e+00,8.431233929977027586e+00,5.210245493838470132e+00
8.745233875417126157e+00,6.544596439634666751e+00,5.229758079558734174e+00
-6.081676825196741021e+00,-2.177282129546956213e+00,1.179389746424075369e+01
-4.241165875880057889e+00,-9.206377243967761359e+00,8.750793453828892510e+00
8.957318227108293840e+00,7.624137328820396853e+00,5.582572827044167241e+00
-9.209355324142927124e-01,9.321160960402295359e+00,1.161265595451566313e+01
-5.089285264041540913e+00,8.249742664365058431e+00,9.991820023091914749e+00
3.612767883025246540e+00,-1.202167695668378755e+01,8.353403246160498341e+00
4.452891724485615654e+00,-3.432569405776646487e+00,6.326615602583822273e+00
-1.287857435903901049e+01,-1.171986900383541297e+01,4.796160474887102509e+00
-7.100682124721948263e+00,-5.458286389491281199e+00,1.471545697883134807e+01
-7.698639233156405304e+00,-3.306474607633907326e+00,9.808001389535636605e-01
-4.686669243634856485e+00,7.673796356841986466e+00,1.058498207558068671e+01
-1.972012322469540280e+00,-8.470481574543146763e+00,4.923834830192008738e+00
2.039080245927070045e+00,-3.923230441263581891e+00,1.379334482636356718e+01
-4.393948372109504064e+00,8.742257356304307336e+00,1.044784864677882652e+01
7.746519179158638302e+00,6.217330913134176740e+00,5.858866553472907412e+00
1.116752033053043824e+00,-7.459838738355626830e+00,4.250654251743295475e+00
-3.294102462903372164e+00,1.257016002889771755e+01,9.023322499949275155e+00
-5.069041261911468865e-01,8.371369596374163891e+00,9.793010379592439918e+00
-1.958577123883655347e+00,6.537547690091192187e+00,9.775196626372398612e+00
-1.529625993628431324e+00,-4.255976279988169964e+00,4.258909647942276777e+00
7.833837013483577749e-01,6.755518891208676102e+00,6.078540562873884667e+00
-3.937847480541885048e+00,-6.659715895727982726e+00,9.611130480300051460e+00
-1.028272753635890879e+01,-8.054138199151791966e+00,2.217958787022535461e+00
-4.068820849940782303e+00,-7.382000165956245752e+00,8.822830523309171724e+00
-5.559258342637627415e-01,6.992764372807417139e+00,6.676105942268444338e+00
9.377008221814948641e+00,8.280150232208683292e+00,3.640647188515657273e+00
-4.581364856432461607e+00,3.846729970062000348e+00,1.043190641345575642e+01
9.310941936811520492e+00,6.176734941231343257e+00,3.494059766448167625e+00
8.657279878083196323e+00,7.081881262229046570e+00,4.930887311417403218e+00
-9.502761829530133042e+00,-7.002011800647089501e+00,7.408031259409797897e+00
8.960115525246980184e+00,7.771244611390293322e+00,6.232965104101891640e+00
7.797662454597310777e+00,7.236696756519999774e+00,5.360782588753140843e+00
-3.142370834940326318e+00,-7.359027084424405452e+00,3.673970166375045920e+00
8.769159504306426101e+00,8.647877905469721682e+00,3.490213883160621755e+00
1.042740532907091477e+01,6.874039109569148209e+00,4.862597887948219899e+00
-7.606434649717348506e-01,5.920186328563253220e+00,9.562257279169791957e+00
-3.976194030862890472e+00,5.335010922203021977e+00,1.013986455497755479e+01
-2.520404895621843444e+00,5.083068440952330569e+00,1.109331567107815353e+01
-2.255869095886771980e+00,6.723848846486976782e+00,9.727683086639908439e+00
-2.341723040605088624e+00,-5.515041540774872963e+00,7.608799305436759752e+00
-1.068352469402329863e+00,9.561803248130745558e+00,1.062843529332284298e+01
-3.254175083914700117e+00,8.258090220697788197e+00,8.338910023177188435e+00
-7.416999919621712678e+00,-7.785683541832169041e+00,3.996373472912448932e+00
-5.345959837909006751e+00,7.623715928392063468e+00,7.186881386643228176e+00
1.129344813211096188e+01,9.138437859521506113e+00,5.156698555424691577e+00
-9.359194129236789728e-01,-1.074466136087453982e+01,1.626497350956881149e+01
8.518749022051336439e+00,8.133497485683056638e+00,3.707432668131994458e+00
9.444715261643739979e+00,8.500797441937251619e+00,5.597499024409376744e+00
3.841934292858364408e-01,6.791426117450778399e+00,6.926286674305949020e+00
8.775824948520901003e+00,5.965440861030903541e+00,3.430421347013094646e+00
-4.203027638445727909e+00,9.318995210086571390e+00,7.150734228875572640e+00
-2.458162924809426553e+00,8.936953018360140888e+00,7.595443207931326768e+00
6.767124201497676239e-02,-4.581834773075926570e+00,1.144781675357240402e+01
8.263220141704566757e+00,7.710964725924554841e+00,6.251901471099273522e+00
-3.258905263200086111e+00,6.106017095481300672e+00,9.088121811893312696e+00
1.202299088213741207e+00,-1.386803148468323599e+01,1.062055672508344450e+01
-3.067653897696484666e+00,1.006565190901709528e+01,8.121069800780407633e+00
-2.775518344138365290e+00,7.041527953732246381e+00,8.725047936469485066e+00
8.286659533184277393e+00,8.940926181747510526e+00,3.317124166280843944e+00
-1.062307591895421410e+01,-3.191561092337963590e+00,8.651602730410093756e+00
8.503554770527053108e+00,9.035587652550692184e+00,6.022702835040641745e+00
1.533561577939425824e+00,-6.127417682755286421e+00,4.978588253299044197e+00
-2.539933875611781744e+00,6.387574538779563049e+00,9.724144376494004760e+00
8.641076318784898902e+00,8.760288669972421616e+00,4.786967673866067585e+00
9.693257909105671644e+00,7.278712903826988878e+00,5.984257314790061066e+00
-2.888989563133492755e+00,7.146376062869172152e+00,7.746185890779663907e+00
-3.265014163440977946e+00,4.799153486519259992e+00,3.118230824405704205e+00
8.154611865086065947e+00,6.267711209086119339e+00,2.794695534730110342e+00
-8.125132338869995863e+00,-5.720214805318049045e-01,2.248181100841279978e+00
-4.562078167260762207e+00,8.629089417765161585e+00,1.114504160048138282e+01
9.480681934262394250e+00,5.803919004065537735e+00,5.243522579727532218e+00
-6.308810861818858307e+00,-4.409746043274209271e+00,1.733065720713972802e+00
-2.194826769413614542e+00,-9.278237236562782542e+00,4.498676640759142309e+00
8.836863768151154375e+00,8.536394296007665972e+00,4.634794574822242552e+00
7.040841202316025615e+00,8.523092791669368395e+00,6.042752812378259009e+00
3.786652365514253660e-01,-5.788110276716325941e+00,5.707804790526077809e+00
8.873881468377982529e+00,7.591776413748918984e+00,3.987023413325202270e+00
9.760768577539709057e+00,6.396672491959289886e+00,5.242256952115129209e+00
8.993222360954433725e+00,7.675014665325915253e+00,6.308576061041393679e+00
8.232379704848845847e+00,7.845639536559388283e+00,3.946097563860168744e+00
-3.796668256940145980e+00,-3.660783291268341788e+00,3.551077569644351950e+00
-3.074708770497029953e+00,9.635854188340188031e+00,6.931931898328941521e+00
-3.126772175766268091e-01,7.385859275061906537e+00,9.488245497609302248e+00
1.096629875019100364e+00,8.178390182090700122e+00,9.910227891461376615e+00
9.110819179799968026e+00,8.166550888011167686e+00,5.091987163599223543e+00
-3.004264837954088829e+00,1.019191989926588882e+01,8.551494367138682051e+00
8.514175639900408044e+00,8.471807140461253383e+00,2.884286015069013498e+00
2.687328579382625371e+00,-7.618028258322982360e+00,9.924837867097133781e+00
-3.088117712287601790e+00,-8.560981911161864133e+00,6.598006235965908850e+00
-6.260739168117973819e+00,8.661353104275782755e+00,9.046840204798860086e+00
9.053651307166711959e+00,7.638999485249537535e+00,2.947459102047920165e+00
7.143929866003908558e+00,8.992411786509084237e+00,5.157187274140769162e+00
9.429287632597294078e+00,8.190821329790155758e+00,6.367880231159459115e+00
-3.056354640054744110e+00,-5.346066629729460118e+00,1.176712710943998630e+01
-2.834198587287501958e-01,5.449838460839400156e+00,1.326932358905698450e+01
-3.633895610076419480e+00,-2.531335361915617810e+00,8.722629455631491169e+00
-2.679288053399031533e+00,-5.462037481193776856e+00,1.048815038892740681e+01
-1.113092406628993114e+00,-9.112556576992050239e+00,2.229947186487899913e+00
-5.701671405210514187e+00,-1.228630726688612995e+01,5.675944787232870326e+00
8.106058012197896900e+00,8.793674959899203003e+00,5.736421621517145297e+00
9.954658709845555009e+00,5.263483787374930500e+00,5.864945724557495410e+00
7.895530270567090447e-01,7.505335755703272937e+00,8.968664415307065596e+00
-1.176597356699800478e+00,-6.693973936316504059e+00,9.301094412441184289e+00
-5.426905826268770383e+00,8.248678229681507545e+00,6.740160716241913264e+00
-8.061535472937311653e+00,-1.243550090328668389e+01,5.303009521961787875e+00
-9.823685401583048815e+00,-8.353852418966930315e+00,1.071557591528667430e+01
-7.072284364436476345e+00,7.723275457659299015e+00,8.380370229739195764e+00
-5.495829323882275297e-01,1.019298249205757934e+01,6.862463372276195628e+00
-4.827861162793096739e-01,7.587159211620987165e+00,6.503453149940081168e+00
-6.547275443810011808e+00,8.520414458368875898e+00,1.329469827250770386e+01
-4.476838994292245744e+00,6.761548778866307785e+00,9.552577099053202403e+00
-5.179908919056797068e-01,-8.380824805219070583e+00,3.871538329822862945e+00
9.142035351109813135e+00,9.469199402818338385e+00,4.143493019259088861e+00
-2.300540532013598316e+00,8.698690669078830595e+00,1.003684705762266738e+01
7.655529240526640855e+00,8.038251460586225861e+00,4.952412982533770602e+00
3.375781869621702569e+00,-5.807188374761141247e+00,-5.295239438611201166e-01
-3.305162202361394019e+00,9.264363016348216462e+00,1.084026913397556591e+01
-3.127226745885526960e+00,5.799539663669228240e+00,1.036937222833060268e+01
6.772191935492394066e+00,9.020003069190536849e+00,5.111739602118637649e+00
9.390346291421350244e+00,7.077402768413813661e+00,6.850574831650352969e+00
-3.232034777970103523e+00,-1.056633451750919050e+01,9.519909432293220064e+00
-4.428615935045891128e+00,8.940086505890246116e+00,8.038890345300931273e+00
-5.573619257766953439e+00,9.756457422245802036e+00,4.989870205200817033e+00
8.912220610426080825e+00,8.211548491005666861e+00,4.144835928518366686e+00
-2.768107778976966138e+00,8.865033960250766398e+00,1.095571010813700319e+01
-8.125113059809173421e+00,8.917810856126815011e+00,1.144199756750824193e+01
-1.606431353719151467e+00,-9.854541273093143872e+00,6.241265620692170835e+00
1.084563348439646191e+01,8.423359881101722735e+00,5.271448737911454074e+00
7.090073221551206117e+00,8.258821173142091965e+00,4.064666547903589944e+00
-9.655317874142262724e+00,-1.367958339028865211e-01,7.959226186713037166e+00
-1.553965642050260998e+00,7.535900862736626848e+00,1.081190640350632215e+01
-1.789278783923916372e+00,6.328316351188576938e+00,1.096501516582774371e+01
1.002622670989128828e+01,8.140934239692796837e+00,4.892741874184846296e+00
-1.186337487759430820e+00,4.431219146802586550e+00,7.547567059961759028e+00
-3.737362292822681731e+00,1.012856580525035355e+01,9.722390212112339114e+00
8.123851501097977490e+00,8.732943331871389603e+00,5.443338572538220177e+00
-5.993395280876141484e-01,-8.061849392709918405e+00,2.178904051230986738e+00
1.046047277370839801e+01,7.395619501895160042e+00,2.738172822872920964e+00
-4.456086986632297631e+00,7.975804613549721367e+00,1.100256483598804813e+01
-1.188910442649955712e+00,-7.054403716082857656e+00,1.016326408224839639e+01
9.607767581629179432e+00,8.164843468080594135e+00,5.864049716955429759e+00
1.047164051140036811e+01,7.906762101039332080e+00,2.492389131219394205e+00
-1.001609452662838962e+01,-1.546639206847878967e+01,2.147878459301009180e+00
-2.147084183188772144e+00,-1.013043496351701833e+01,7.017067101402114204e+00
-1.854147694063714269e+00,1.225095526773463916e+01,6.161555599200308819e+00
-1.724126247954380631e-01,-1.018529436673295407e+01,9.170121999897702381e+00
-4.304733208795225252e+00,-5.081564522122268279e+00,4.249699760196401499e+00
6.364800681703783880e-01,4.860628842815573947e+00,9.427237362609762528e+00
-5.158997790189227217e+00,-4.444171377495054642e+00,-2.127925085099846569e-02
9.857461069536414655e+00,7.514657336867310633e+00,4.745728948116463286e+00
9.997460399028048172e+00,8.630606899575463231e+00,6.178651522282843089e+00
-3.981658055078985736e+00,-7.001068962916386695e+00,6.384933011205966125e+00
-3.099199365929580452e+00,6.045222968072109460e+00,8.960951468811753529e+00
-3.470365081239221716e+00,-1.929877158739907372e+01,1.254647623089640263e+01
-1.763805985567494794e+00,7.742963234198304789e+00,1.215014294183795229e+01
9.909863423239260172e+00,7.044900869586189884e+00,5.016282355055656339e+00
8.305289244800979631e+00,7.352070524676745933e+00,5.104424481781861367e+00
9.377095522001454242e+00,8.568080377433846095e+00,5.633829166190934323e+00
1.054678357378159070e+01,9.632900585954914163e+00,4.255023175435741045e+00
-8.514859996448457480e+00,-2.634864157974915244e+00,6.990630515024599312e+00
-4.328142726452472999e+00,-1.897140467942267428e+00,1.034158043874201915e+01
8.429876783773622151e-01,8.282832615317071046e+00,9.134937169724615558e+00
-3.038238671598433527e+00,7.042599352527371792e+00,8.272018516074300720e+00
-8.953063388596403271e+00,-3.702226767463476786e+00,1.103216355883130184e+01
8.105586719683417485e+00,7.185290138906145430e+00,5.109355225500367581e+00
9.949429408129486063e+00,8.341156951308107637e+00,5.097506520708577682e+00
-5.857541570504343653e+00,-1.394158161851509092e+00,1.069973223570874765e+01
8.139413105380972624e-01,-6.999133166312465626e+00,2.939461842016767967e+00
-3.164573154811130440e+00,6.764193624077682543e+00,9.068309405238874632e+00
-7.603905115858644592e-01,8.409637466713032694e+00,1.060790867375717106e+01
-3.248790209934425022e+00,1.150401830648337764e+01,1.100842437362505777e+01
-1.816061245405056646e+00,-9.654480649089625999e+00,2.780743611491478084e+00
8.895382803453900422e+00,7.215055563088744073e+00,2.628002679465106350e+00
9.680555324232924974e+00,7.280060607611495094e+00,6.599838301624779469e+00
-3.268440822339583551e+00,-7.393125491736619814e+00,5.590246579612232480e+00
unable to load file from base commit

@ -31,7 +31,6 @@
<!-- CSS - Styling -->
<link rel="stylesheet" href="./css/style.css"/>
<link rel="stylesheet" href="./css/bootstrap.min.css"/>
<link rel="stylesheet" href="./css/dc.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<!-- Bootstrap -->
@ -45,19 +44,20 @@
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">t-SNE Overview</h2>
<h2 class="panel-title" style="display:inline-block">t-SNE Overview</h2><div id="datasetDetails"style="display:inline-block; float:right"></div>
</div>
<div class="row">
<div class="panel-body">
<div class="col-md-6">
<canvas id = "tSNEcanvas"></canvas>
</div>
<div class="col-md-2">
<div class="col-md-6">
<div style="display:block" id="CategoryName"></div>
<div class="legend" id = "legend2"></div>
</div>
</div>
</div>
<div id="control-panel">
<div id="control-panel" class="PoinRadius">
<div class="param">
<label for="param-lim" >Points radius scaling factor</label>
<input id="param-lim" type="range" min="1" max="4" value="3", step="0.5" onchange="setReInitialize();">
@ -120,21 +120,21 @@
</div>
</div>
<div class="col-md-3 col-md-offset-6">
<div class="panel panel-default right-side-cor">
<div class="panel-heading">
<h2 class="panel-title">Correlation Schema Investigation</h2>
</div>
<div class="panel-body">
<svg id="correlation"></svg>
</div>
<div class="panel panel-default right-side-cor">
<div class="panel-heading">
<h2 class="panel-title">Correlation Schema Investigation</h2>
</div>
</div>
<div class="panel-body">
<svg id="correlation"></svg>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="panel panel-default" id="left-side-param">
<div class="panel-heading">
<h2 class="panel-title">t-SNE Parameters</h2>
<h2 class="panel-title" style="display:inline-block">t-SNE Parameters</h2><div id="cost" style="display:inline-block; float:right"></div>
</div>
<div class="panel-body">
<div id="control-panel" data-sr="enter left over 8s">
@ -246,17 +246,13 @@
</div>
</div>
<div class="col-md-3" id="extra-information" style="width: 24.6vw">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">t-SNE and Data Set's Additional Information</h2>
</div>
<div class="panel-body">
<div id="cost"></div>
<br>
<div id="datasetDetails"></div>
<br>
<div id="CategoryName"></div>
</div>
<div class="panel panel-default right-side-hist">
<div class="panel-heading">
<h2 class="panel-title">1/sigma and Kullback-Leibler Distributions</h2>
</div>
<div class="panel-body">
<div id="costHist"></div>
</div>
</div>
</div>
</div>
@ -264,9 +260,9 @@
<script>
$("#cost").html('Uknown iteration and cost values.');
$("#datasetDetails").html('Uknown number of features and instances.');
$("#CategoryName").html('No specific classification.');
$("#cost").html('(Uknown iteration and cost values.)');
$("#datasetDetails").html('(Uknown number of features and instances.)');
$("#CategoryName").html('No Classification');
/* This script is used in order to give functionalities to the different buttons provide through the front-end. */
$('#param-lim').bind('input', function () { $('#param-lim-value').text($('#param-lim').val()); });
$('#param-corr').bind('input', function () { $('#param-corr-value').text($('#param-corr').val()); });

@ -571,7 +571,7 @@ function init(data, results_all, fields) {
}
}
$("#datasetDetails").html("Number of Features: " + (Object.keys(dataFeatures[0]).length - valCategExists) + ", Number of Instances: " + final_dataset.length); // Print on the screen the number of features and instances of the data set, which is being analyzed.
$("#datasetDetails").html("(Number of Features: " + (Object.keys(dataFeatures[0]).length - valCategExists) + ", Number of Instances: " + final_dataset.length + ")"); // Print on the screen the number of features and instances of the data set, which is being analyzed.
if (Category == undefined){
$("#CategoryName").html("Classification label: No category"); // Print on the screen the classification label.
} else {
@ -780,7 +780,7 @@ function updateEmbedding(AnalysisResults) {
ParametersSet = AnalysisResults.slice(2*dataFeatures.length+length+1, 2*dataFeatures.length+length+7); // Load the parameters and set the necessary values to the visualization of those parameters.
dists = AnalysisResults.slice(2*dataFeatures.length+length+7, 2*dataFeatures.length+length+8)[0]; // Load the parameters and set the necessary values to the visualization of those parameters.
dists2d = AnalysisResults.slice(2*dataFeatures.length+length+8, 2*dataFeatures.length+length+9)[0]; // Load the parameters and set the necessary values to the visualization of those parameters.
$("#cost").html("Number of Iteration: " + ParametersSet[3] + ", Overall Cost: " + overallCost);
$("#cost").html("(Number of Iteration: " + ParametersSet[3] + ", Overall Cost: " + overallCost + ")");
$('#param-perplexity-value').text(ParametersSet[1]);
$('#param-learningrate-value').text(ParametersSet[2]);
$('#param-maxiter-value').text(ParametersSet[3]);
@ -792,7 +792,7 @@ function updateEmbedding(AnalysisResults) {
points2d = AnalysisResults.slice(length, 2*length); // Load the 2D points
overallCost = AnalysisResults.slice(2*length, 2*length+1); // Load the overall cost
ParametersSet = AnalysisResults.slice(2*length+1, 2*length+7); // Load the parameters and set the necessary values to the visualization of those parameters.
$("#cost").html("Number of Iteration: " + ParametersSet[3] + ", Overall Cost: " + overallCost);
$("#cost").html("(Number of Iteration: " + ParametersSet[3] + ", Overall Cost: " + overallCost + ")");
$('#param-perplexity-value').text(ParametersSet[1]);
$('#param-learningrate-value').text(ParametersSet[2]);
$('#param-maxiter-value').text(ParametersSet[3]);
@ -815,6 +815,7 @@ function updateEmbedding(AnalysisResults) {
OverviewtSNE(points);
ShepardHeatMap();
BetatSNE(points);
CostHistogram(points);
}
function ShepardHeatMap () {
@ -1016,7 +1017,7 @@ function step() {
cost = tsne.step();
cost_each = cost[1];
for(var i = 0; i < final_dataset.length; i++) final_dataset[i].cost = cost_each[i];
$("#cost").html("Number of Iteration: " + tsne.iter + ", Overall Cost: " + cost[0].toFixed(3));
$("#cost").html("(Number of Iteration: " + tsne.iter + ", Overall Cost: " + cost[0].toFixed(3) + ")");
}
else {
clearInterval(runner);
@ -1250,6 +1251,90 @@ function redraw(repoints){ // On redraw manipulate the points of the main and ov
BetatSNE(repoints); // Redraw the points!
}
function CostHistogram(points){
var frequency = [];
var frequency2 = [];
points = points.sort(function(a, b) { // Sort them according to importance (darker color!)
return a.id - b.id;
})
var max2 = (d3.max(points,function(d){ return d.beta; }));
var min2 = (d3.min(points,function(d){ return d.beta; }));
for (var i=0; i<points.length; i++){
frequency2.push((points[i].beta)/(max2));
}
var trace1 = {
x: frequency2,
name: '1/sigma',
autobinx: false,
marker: {
color: "rgb(128,0,0)",
line: {
color: "rgb(0, 0, 0)",
width: 1
}
},
opacity: 0.5,
type: "histogram",
xbins: {
end: 1,
size: 0.025,
start: 0
}
};
var max = (d3.max(points,function(d){ return d.cost; }));
var min = (d3.min(points,function(d){ return d.cost; }));
for (var i=0; i<points.length; i++){
frequency.push((points[i].cost-min)/(max-min));
}
var trace2 = {
x: frequency,
name: 'KLD(P||Q)',
autobinx: false,
histnorm: "count",
marker: {
color: "rgb(0,128,0)",
line: {
color: "rgb(0, 0, 0)",
width: 1
}
},
opacity: 0.5,
type: "histogram",
xbins: {
end: 1,
size: 0.025,
start: 0
}
};
var data = [trace1, trace2];
var layout = {
barmode: "overlay",
bargroupgap: points.length,
autosize: false,
width: 550,
height: 240,
margin: {
l: 40,
r: 20,
b: 30,
t: 0,
pad: 4
},
xaxis:{range: [0,1]}
};
Plotly.newPlot('costHist', data, layout, {displayModeBar:false}, {staticPlot: true});
}
function handleLassoEnd(lassoPolygon) { // This is for the lasso interaction
var countLassoFalse = 0;
@ -1309,10 +1394,10 @@ var zoomer = d3v3.behavior.zoom()
// Margin of the main barchart
var main_margin = {top: 8, right: 10, bottom: 30, left: 100},
main_width = 500 - main_margin.left - main_margin.right,
main_height = 475 - main_margin.top - main_margin.bottom;
main_height = 320 - main_margin.top - main_margin.bottom;
// Margin of the mini barchart
var mini_margin = {top: 8, right: 10, bottom: 30, left: 10},
mini_height = 475 - mini_margin.top - mini_margin.bottom;
mini_height = 320 - mini_margin.top - mini_margin.bottom;
mini_width = 100 - mini_margin.left - mini_margin.right;
// Create the svg correlation component
@ -2270,7 +2355,7 @@ if (points.length) { // If points exist (at least 1 point)
xaxis: {range: [0, LimitXaxis]},
yaxis: {range: [0, 1]}};
Plotly.newPlot('knnBarChart', data, layout, {displayModeBar:false},{staticPlot: true});
Plotly.newPlot('knnBarChart', data, layout, {displayModeBar:false}, {staticPlot: true});
// Here we have the code for the starplot
@ -2402,7 +2487,7 @@ if (points.length) { // If points exist (at least 1 point)
.labelFormat(d3.format(",.0f"))
.cells(9)
.labels([abbr_labels_beta[0],abbr_labels_beta[1],abbr_labels_beta[2],abbr_labels_beta[3],abbr_labels_beta[4],abbr_labels_beta[5],abbr_labels_beta[6],abbr_labels_beta[7],abbr_labels_beta[8]])
.title("1 / sigma")
.title("1/sigma")
.scale(colorScale);
svg.select(".legendLinear")

Loading…
Cancel
Save