Skip to content

Commit

Permalink
Kernel examples doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 28, 2011
1 parent 28ce82a commit fb4ddae
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 0 deletions.
@@ -0,0 +1 @@
In this example the Averaged Perceptron used to classify toy data.
@@ -0,0 +1,2 @@
In this example the Gaussian Naive Bayes algorithm used to classify
toy data
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_anova.txt
@@ -0,0 +1 @@
In this example the ANOVA kernel is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_cauchy.txt
@@ -0,0 +1 @@
In this example the Cauchy kernel is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_circular.txt
@@ -0,0 +1 @@
In this example the circular kernel is being computed for toy data.
@@ -0,0 +1 @@
In this example the combined kernel of custom kernel and poly kernel is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_distantsegments.txt
@@ -0,0 +1 @@
In this example the distant segments kernel is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_exponential.txt
@@ -0,0 +1 @@
In this example the exponential kernel is being computed for toy data.
@@ -0,0 +1 @@
In this example the inverse multiquadic kernel is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_log.txt
@@ -0,0 +1 @@
In this example the log kernel (logarithm of the distance powered by degree plus one) is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_match_word_string.txt
@@ -0,0 +1 @@
In this example the match word string kernel is being computed for toy data
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_multiquadric.txt
@@ -0,0 +1 @@
In this example the multiquadric kernel is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_poly_match_string.txt
@@ -0,0 +1 @@
In this example the poly match string kernel is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_power.txt
@@ -0,0 +1 @@
In this example the power kernel is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_rationalquadratic.txt
@@ -0,0 +1 @@
In this example the rational quadratic kernel is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_spherical.txt
@@ -0,0 +1 @@
In this example the spherical kernel is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_spline.txt
@@ -0,0 +1 @@
In this example the spline kernel is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_tstudent.txt
@@ -0,0 +1 @@
In this example the t-Student's kernel is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_wave.txt
@@ -0,0 +1 @@
In this example the wave kernel is being computed for toy data.
1 change: 1 addition & 0 deletions examples/descriptions/modular/kernel_wavelet.txt
@@ -0,0 +1 @@
In this example the wavelet kernel is being computed for toy data.

0 comments on commit fb4ddae

Please sign in to comment.