You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3nar/rapport.md

72 lines
1.0 KiB

<div class="titre">
<h1>
<span class="a">3NAR</span>
<span class="b">(n nearest neighbor avrage rapid)</span>
</h1>
<p>
par Ludovic CASTIGLIA
</p>
</div>
<section>
<h2>
Problématique
</h2>
<p>
</p>
</section>
<section>
<h2>
Algorithme et avantage par rapport à Knn
</h2>
<p>
</p>
</section>
<section>
<h2>
Cas d'uttilisation
</h2>
<p>
</p>
</section>
<section>
<h2>
Complexité
</h2>
<p>
</p>
</section>
<style>
.titre {
border-bottom: 1px solid;
padding: 3em;
}
h1 {
text-aligne: center;
display:flex;
justify-content:center;
border:0px;
transform: translate(12.5%);
}
.a {
color:#f00;
font-weight:900;
font-size:2em;
}
.b {
font-size:0.7em;
}
.titre p {
position:absolute;
right:15px;
}
h2 {
color: #ff7777;
border-bottom: 1px solid #fff;
}
</style>