Skip to content

Commit

Permalink
deploy: 7de4a9e
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriocaporioniunipi committed May 16, 2024
0 parents commit d411cf8
Show file tree
Hide file tree
Showing 32 changed files with 15,499 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 1b514c6e72c460a42a14d5686b13bae7
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
107 changes: 107 additions & 0 deletions API Reference.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>API Reference &#8212; BrainAge 0.1 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="Usage" href="Usage.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />


<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">


<div class="body" role="main">

<div class="section" id="api-reference">
<h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to this headline"></a></h1>
<p>Here you can find the documentation of all the functions of the library</p>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></div>


</div>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">BrainAge</a></h1>








<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="Usage.html">Usage</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">API Reference</a></li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="Usage.html" title="previous chapter">Usage</a></li>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>








</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2024, Valerio Caporioni, Jacopo Resasco.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.4</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/API Reference.rst.txt"
rel="nofollow">Page source</a>
</div>




</body>
</html>
127 changes: 127 additions & 0 deletions Installation.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
<!DOCTYPE html>

<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Usage &#8212; BrainAge 0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=4f649999" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=039e1c02" />
<script src="_static/documentation_options.js?v=2709fde1"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />


<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">


<div class="body" role="main">

<section id="usage">
<h1>Usage<a class="headerlink" href="#usage" title="Link to this heading"></a></h1>
<section id="installation">
<h2>Installation<a class="headerlink" href="#installation" title="Link to this heading"></a></h2>
<p>You can download everything (code, documentation, dataset) from the
<a class="reference external" href="https://github.com/valeriocaporioniunipi/brainage">GitHub repository</a></p>
</section>
<section id="dependencies">
<h2>Dependencies<a class="headerlink" href="#dependencies" title="Link to this heading"></a></h2>
<p>Brainage’s programs import other libraries that are needed to guarantee the correct functioning
of the library. Such dependencies are listed here:</p>
<p><a href="#id1"><span class="problematic" id="id2">*</span></a>argparse
<a href="#id3"><span class="problematic" id="id4">*</span></a>numpy
<a href="#id5"><span class="problematic" id="id6">*</span></a>loguru.logger
<a href="#id7"><span class="problematic" id="id8">*</span></a>matplotlib.pyplot
<a href="#id9"><span class="problematic" id="id10">*</span></a>keras.Sequential
<a href="#id11"><span class="problematic" id="id12">*</span></a>keras.layers
<a href="#id13"><span class="problematic" id="id14">*</span></a>sklearn.model_selection.train_test_split
<a href="#id15"><span class="problematic" id="id16">*</span></a>sklearn.model_selection.KFold
<a href="#id17"><span class="problematic" id="id18">*</span></a>sklearn.metrics.mean_absolute_error
<a href="#id19"><span class="problematic" id="id20">*</span></a>sklearn.mean_squared_error,
<a href="#id21"><span class="problematic" id="id22">*</span></a>sklearn.r2_score
<a href="#id23"><span class="problematic" id="id24">*</span></a>sklearn.preprocessing.StandardScaler
<a href="#id25"><span class="problematic" id="id26">*</span></a>sklearn.gaussian_process.GaussianProcessRegressor
<a href="#id27"><span class="problematic" id="id28">*</span></a>sklearn.linear_model.LinearRegression</p>
</section>
</section>


</div>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">BrainAge</a></h1>








<h3>Navigation</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="Usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="API%20Reference.html">API Reference</a></li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>document.getElementById('searchbox').style.display = "block"</script>








</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2024, Valerio Caporioni, Jacopo Resasco.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 7.2.6</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

|
<a href="_sources/Installation.rst.txt"
rel="nofollow">Page source</a>
</div>




</body>
</html>
136 changes: 136 additions & 0 deletions Usage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Usage &#8212; BrainAge 0.1 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="API Reference" href="API Reference.html" />
<link rel="prev" title="Welcome to BrainAge’s documentation!" href="index.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />


<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">


<div class="body" role="main">

<div class="section" id="usage">
<h1>Usage<a class="headerlink" href="#usage" title="Permalink to this headline"></a></h1>
<div class="section" id="installation">
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline"></a></h2>
<p>You can download everything (code, documentation, dataset) from the
<a class="reference external" href="https://github.com/valeriocaporioniunipi/brainage">GitHub repository</a></p>
</div>
<div class="section" id="dependencies">
<h2>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to this headline"></a></h2>
<p>Brainage’s programs import other libraries that are needed to guarantee the correct functioning
of the library. Such dependencies are listed here:</p>
<ul class="simple">
<li><p>argparse</p></li>
<li><p>numpy</p></li>
<li><p>loguru.logger</p></li>
<li><p>matplotlib.pyplot</p></li>
<li><p>keras.Sequential</p></li>
<li><p>keras.layers</p></li>
<li><p>sklearn.model_selection.train_test_split</p></li>
<li><p>sklearn.model_selection.KFold</p></li>
<li><p>sklearn.metrics.mean_absolute_error</p></li>
<li><p>sklearn.mean_squared_error,</p></li>
<li><p>sklearn.r2_score</p></li>
<li><p>sklearn.preprocessing.StandardScaler</p></li>
</ul>
</div>
</div>


</div>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">BrainAge</a></h1>








<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">Usage</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#installation">Installation</a></li>
<li class="toctree-l2"><a class="reference internal" href="#dependencies">Dependencies</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="API Reference.html">API Reference</a></li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="index.html" title="previous chapter">Welcome to BrainAge’s documentation!</a></li>
<li>Next: <a href="API Reference.html" title="next chapter">API Reference</a></li>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>








</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2024, Valerio Caporioni, Jacopo Resasco.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.4</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/Usage.rst.txt"
rel="nofollow">Page source</a>
</div>




</body>
</html>
Loading

0 comments on commit d411cf8

Please sign in to comment.