Skip to content
Snippets Groups Projects
Commit 6fc3499b authored by Jaques Grobler's avatar Jaques Grobler
Browse files

example docstring fixes

parent b9d14f93
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
=========================================================
Vector Quantization Example
=========================================================
The classic image processing example, Lena, an 8-bit grayscale
bit-depth, 512 x 512 sized image, is used here to illustrate
how `k`-means is used for vector quantization.
......
......@@ -6,6 +6,11 @@
PCA example with Iris Data-set
=========================================================
Principal Component Analysis applied to the Iris dataset.
See `here <http://en.wikipedia.org/wiki/Iris_flower_data_set>`_ for more
information on this dataset.
"""
print(__doc__)
......
......@@ -6,6 +6,7 @@
=========================================================
Logit function
=========================================================
Show in the plot is how the logistic regression would, in this
synthetic dataset, classify values as either 0 or 1,
i.e. class one or two, using the logit-curve.
......
......@@ -5,6 +5,7 @@
=========================================================
SVM-Kernels
=========================================================
Three different types of SVM-Kernels are displayed below.
The polynomial and RBF are especially useful when the
data-points are not linearly seperable.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment