Skip to content

Commit

Permalink
build based on c3e6339
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Mar 25, 2024
1 parent a20d05a commit 72905d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-22T14:45:17","documenter_version":"1.3.0"}}
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-25T15:52:41","documenter_version":"1.3.0"}}
2 changes: 1 addition & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
Use a maxnet model to predict on new data.</code></pre><p><strong>Arguments</strong></p><ul><li><code>m</code>: a MaxnetModel as returned by <code>maxnet</code></li><li><code>x</code>: a <code>Tables.jl</code>-compatible table of predictors. All columns that were used to fit <code>m</code> should be present in <code>x</code></li></ul><p><strong>Keywords</strong></p><ul><li><code>link</code>: the link function used. Defaults to CloglogLink(), which is the default on the Maxent Java appliation since version 4.3. Alternatively, LogitLink() was the Maxent default on earlier versions. To get exponential output, which can be interpreted as predicted abundance, use LogLink() IdentityLink() returns the exponent without any transformation.</li><li><code>clamp</code>: If <code>true</code>, values in <code>x</code> will be clamped to the range the model was trained on. Defaults to <code>false</code>.</li></ul><p><strong>Returns</strong></p><p>A <code>Vector</code> with the resulting predictions.</p><p><strong>Example</strong></p><pre><code class="language-julia hljs">using Maxnet
p_a, env = Maxnet.bradypus();
bradypus_model = maxnet(p_a, env; features = &quot;lq&quot;)
prediction = Maxnet.predict(bradypus_model, env)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/tiemvanderdeure/Maxnet.jl/blob/c3e63390eb5eff9bbfaecea5b6ee8ca683038cff/src/predict.jl#L1-L27">source</a></section></article></article><nav class="docs-footer"><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Friday 22 March 2024 14:45">Friday 22 March 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
prediction = Maxnet.predict(bradypus_model, env)</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/tiemvanderdeure/Maxnet.jl/blob/c3e63390eb5eff9bbfaecea5b6ee8ca683038cff/src/predict.jl#L1-L27">source</a></section></article></article><nav class="docs-footer"><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Monday 25 March 2024 15:52">Monday 25 March 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 comments on commit 72905d9

Please sign in to comment.