-X_transformed, sets = fit_oavi(X; oracle=custom_oracle, oracle_kwargs=kwargs)</code></pre><p>The above code will call <code>custom_oracle</code> with the keyword arguments <code>epsilon</code> and <code>max_iteration</code> exchanged for <code>1.0e-5</code> and <code>5000</code>, respectively, that is, <code>custom_oracle(data, labels; epsilon=1.0e-5, max_iteration=5000)</code> and ultimately when calling the algorithm in our example <code>blended_conditional_gradient(f, grad!, region, x0; epsilon=1.0e-5, max_iteration=5000)</code>.</p><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../docs_oavi_transformation/">« Transforming data using <span>$\; \texttt{OAVI}$</span></a><a class="docs-footer-nextpage" href="../docs_vca_transformation/">Transforming data using <span>$\; \texttt{VCA}$</span> »</a><div class="flexbox-break"></div><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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Wednesday 28 February 2024 11:28">Wednesday 28 February 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
0 commit comments