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
d068afb1
Commit
d068afb1
authored
Jun 03, 2011
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed some things to get the new images to show up in chm files.
parent
ebf602e4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
lib.hhp
docs/docs/chm/lib.hhp
+4
-0
faq.xml
docs/docs/faq.xml
+3
-3
stylesheet.xsl
docs/docs/stylesheet.xsl
+3
-0
No files found.
docs/docs/chm/lib.hhp
View file @
d068afb1
...
...
@@ -47,6 +47,10 @@ docs/queue_ex.cpp.html
docs/release_notes.html
docs/old_release_notes.html
docs/sockets_ex.cpp.html
docs/faq.html
docs/rbf_normal.gif
docs/rbf_big_gamma.gif
docs/rbf_small_gamma.gif
[INFOTYPES]
docs/docs/faq.xml
View file @
d068afb1
...
...
@@ -138,17 +138,17 @@ cross_validate_trainer_threaded(trainer,
data has just one feature and its value ranges from 0 to 7. Then what you want is a
gamma value that gives nice Gaussian bumps like the one in this graph:
<br/>
<center><im
g
src=
"rbf_normal.gif"
/></center>
<center><im
age
src=
"rbf_normal.gif"
/></center>
<br/>
However, if you make gamma really huge you will get this (it's zero everywhere except for one place):
<br/>
<center><im
g
src=
"rbf_big_gamma.gif"
/></center>
<center><im
age
src=
"rbf_big_gamma.gif"
/></center>
<br/>
Or if you make gamma really small then it will be 1.0 everywhere:
<br/>
<center><im
g
src=
"rbf_small_gamma.gif"
/></center>
<center><im
age
src=
"rbf_small_gamma.gif"
/></center>
<p>
So you need to pick the gamma value so that it is scaled reasonably to your data. A
<i><font
color=
"red"
>
good rule of
...
...
docs/docs/stylesheet.xsl
View file @
d068afb1
...
...
@@ -874,6 +874,9 @@
</font>
</xsl:if>
</xsl:template>
<xsl:template
match=
"image"
>
<img
src=
"{@src}"
border=
"0"
/>
</xsl:template>
<xsl:template
match=
"img"
>
<img
src=
"{@src}"
border=
"0"
height=
"{@height}"
width=
"{@width}"
alt=
"{@alt}"
>
<xsl:apply-templates/>
...
...
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