Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
b0e4bcb6
Commit
b0e4bcb6
authored
May 06, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Plain Diff
merged
parents
8f6ca729
0b7896c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sparse_kernel_abstract.h
dlib/svm/sparse_kernel_abstract.h
+4
-4
No files found.
dlib/svm/sparse_kernel_abstract.h
View file @
b0e4bcb6
...
...
@@ -67,7 +67,7 @@ namespace dlib
- a is a sparse vector
- b is a sparse vector
ensures
- returns exp(-gamma *
sparse_vector::
distance_squared(a,b))
- returns exp(-gamma * distance_squared(a,b))
!*/
sparse_radial_basis_kernel
&
operator
=
(
...
...
@@ -173,7 +173,7 @@ namespace dlib
- a is a sparse vector
- b is a sparse vector
ensures
- returns tanh(gamma *
sparse_vector::
dot(a,b) + coef)
- returns tanh(gamma * dot(a,b) + coef)
!*/
sparse_sigmoid_kernel
&
operator
=
(
...
...
@@ -285,7 +285,7 @@ namespace dlib
- a is a sparse vector
- b is a sparse vector
ensures
- returns pow(gamma *
sparse_vector::
dot(a,b) + coef, degree)
- returns pow(gamma * dot(a,b) + coef, degree)
!*/
sparse_polynomial_kernel
&
operator
=
(
...
...
@@ -362,7 +362,7 @@ namespace dlib
- a is a sparse vector
- b is a sparse vector
ensures
- returns
sparse_vector::
dot(a,b)
- returns dot(a,b)
!*/
bool
operator
==
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment