Skip to content

Commit

Permalink
update docs issue #60
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Dec 17, 2024
1 parent 24dd21c commit 59c0cd1
Show file tree
Hide file tree
Showing 81 changed files with 9,945 additions and 25,219 deletions.
Binary file modified docs/pages/doctrees/Abstract.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/Additional_Information.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/Algorithm.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/Coding quality.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/Documentation.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/Examples.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/Installation.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/Outlier detection.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/Plots.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/arrows.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/pages/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/notebook.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/pca.pca.doctree
Binary file not shown.
Binary file modified docs/pages/doctrees/sponsor.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/pages/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +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: 3f5101a59ccb06a705ab0b07bda6eb32
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: f7711b645b543de2ede3d51fb8b2972c
tags: 645f666f9bcd5a90fca523b33c5a78b7
29 changes: 14 additions & 15 deletions docs/pages/html/Abstract.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@


<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<html class="writer-html5" lang="en" data-content_root="./">
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Background &mdash; pca pca documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=e0179649" />


<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=5d2b88f6"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand All @@ -33,9 +35,6 @@
<a href="index.html" class="icon icon-home">
pca
</a>
<div class="version">
2.0.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
Expand Down Expand Up @@ -134,7 +133,7 @@
<div itemprop="articleBody">

<section id="background">
<h1>Background<a class="headerlink" href="#background" title="Permalink to this heading"></a></h1>
<h1>Background<a class="headerlink" href="#background" title="Link to this heading"></a></h1>
<p><code class="docutils literal notranslate"><span class="pre">pca</span></code> is a python package to perform <em>Principal Component Analysis</em> and to examine the variance in-depth. The core of PCA is build on <strong>sklearn</strong> to find maximum compatibility when combining with other packages. But this package can do a lot more. Besides the regular <strong>Principal Components</strong>, it also integrates <strong>SparsePCA</strong>, <strong>TruncatedSVD</strong>, and provides the information that can be extracted from the components.</p>
<p>Functionalities of PCA are:</p>
<blockquote>
Expand Down
29 changes: 14 additions & 15 deletions docs/pages/html/Additional_Information.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@


<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<html class="writer-html5" lang="en" data-content_root="./">
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Additional Information &mdash; pca pca documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=e0179649" />


<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=5d2b88f6"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand All @@ -33,9 +35,6 @@
<a href="index.html" class="icon icon-home">
pca
</a>
<div class="version">
2.0.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
Expand Down Expand Up @@ -134,7 +133,7 @@
<div itemprop="articleBody">

<section id="additional-information">
<span id="code-directive"></span><h1>Additional Information<a class="headerlink" href="#additional-information" title="Permalink to this heading"></a></h1>
<span id="code-directive"></span><h1>Additional Information<a class="headerlink" href="#additional-information" title="Link to this heading"></a></h1>
<p><strong>PCA_lecture</strong></p>
<p>
<iframe
Expand Down
Loading

0 comments on commit 59c0cd1

Please sign in to comment.