You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
div.innerHTML='This documentation is not for the latest version. <br><a href="'+href+'">Go to the latest documentation</a>.';
40
+
div.innerHTML='This documentation is not for the latest stable release, but for either the development version or an older release.<br><a href="'+href+'">Click here to go to the documentation for the latest stable release.</a>';
Copy file name to clipboardExpand all lines: dev/examples/Grid7x3/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,4 +77,4 @@
77
77
plot!(size = (815, 611)) # hide</code></pre><h2id="TSD-distance"><aclass="docs-heading-anchor" href="#TSD-distance">TSD distance</a><aid="TSD-distance-1"></a><aclass="docs-heading-anchor-permalink" href="#TSD-distance" title="Permalink"></a></h2><p>We organize the eigenvectors by the TSD distance with the parameter <span>$T = 0.1$</span>.</p><pre><codeclass="language- hljs">D = natural_eigdist(𝚽, 𝛌, Q; T = 0.1, distance = :TSD) # T = 0.1
78
78
E = transform(fit(MDS, D, maxoutdim=2, distances=true))
79
79
grid7x3_mds_heatmaps(E, 𝚽)
80
-
plot!(size = (815, 611)) # hide</code></pre></article><navclass="docs-footer"><aclass="docs-footer-prevpage" href="../P64/">« 1D Path</a><aclass="docs-footer-nextpage" href="../Sunflower/">Sunflower Graph »</a><divclass="flexbox-break"></div><pclass="footer-message">Powered by <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <ahref="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><divclass="modal" id="documenter-settings"><divclass="modal-background"></div><divclass="modal-card"><headerclass="modal-card-head"><pclass="modal-card-title">Settings</p><buttonclass="delete"></button></header><sectionclass="modal-card-body"><p><labelclass="label">Theme</label><divclass="select"><selectid="documenter-themepicker"><optionvalue="documenter-light">documenter-light</option><optionvalue="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.16 on <spanclass="colophon-date" title="Friday 29 April 2022 00:45">Friday 29 April 2022</span>. Using Julia version 1.6.6.</p></section><footerclass="modal-card-foot"></footer></div></div></div></body></html>
80
+
plot!(size = (815, 611)) # hide</code></pre></article><navclass="docs-footer"><aclass="docs-footer-prevpage" href="../P64/">« 1D Path</a><aclass="docs-footer-nextpage" href="../Sunflower/">Sunflower Graph »</a><divclass="flexbox-break"></div><pclass="footer-message">Powered by <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <ahref="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><divclass="modal" id="documenter-settings"><divclass="modal-background"></div><divclass="modal-card"><headerclass="modal-card-head"><pclass="modal-card-title">Settings</p><buttonclass="delete"></button></header><sectionclass="modal-card-body"><p><labelclass="label">Theme</label><divclass="select"><selectid="documenter-themepicker"><optionvalue="documenter-light">documenter-light</option><optionvalue="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.19 on <spanclass="colophon-date" title="Monday 13 June 2022 21:07">Monday 13 June 2022</span>. Using Julia version 1.6.6.</p></section><footerclass="modal-card-foot"></footer></div></div></div></body></html>
0 commit comments