<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to match score</title><link>https://sourceforge.net/p/arrr/wiki/match%2520score/</link><description>Recent changes to match score</description><atom:link href="https://sourceforge.net/p/arrr/wiki/match%20score/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 10 May 2012 00:02:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/arrr/wiki/match%20score/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage match score modified by potter</title><link>https://sourceforge.net/p/arrr/wiki/match%2520score/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -24,4 +24,4 @@
 
 The formula for calculating the match score of a particular keyword is: log(match-count) / log(2.5). That results in the following curve.
 
-[[img src=scoring.png alt=ARRR scoring function]]
+![ARRR scoring function](https://sourceforge.net/p/arrr/wiki/match%20score/attachment/scoring.png)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">potter</dc:creator><pubDate>Thu, 10 May 2012 00:02:10 -0000</pubDate><guid>https://sourceforge.net66d27bd22627a16433e52d517db60890f7c922f8</guid></item><item><title>WikiPage match score modified by potter</title><link>https://sourceforge.net/p/arrr/wiki/match%2520score/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">potter</dc:creator><pubDate>Thu, 10 May 2012 00:00:28 -0000</pubDate><guid>https://sourceforge.nete9994e3ba14ef402b16e4d38039a6b83d3e70a99</guid></item><item><title>WikiPage match score modified by potter</title><link>https://sourceforge.net/p/arrr/wiki/match%2520score/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -24,4 +24,4 @@
 
 The formula for calculating the match score of a particular keyword is: log(match-count) / log(2.5). That results in the following curve.
 
-[[img src=scoring.jpg alt=ARRR scoring function]]
+[[img src=scoring.png alt=ARRR scoring function]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">potter</dc:creator><pubDate>Thu, 10 May 2012 00:00:00 -0000</pubDate><guid>https://sourceforge.netedc59b193372b68bc95733fbe345c4c84318dc48</guid></item><item><title>WikiPage match score modified by potter</title><link>https://sourceforge.net/p/arrr/wiki/match%2520score/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -6,20 +6,22 @@
 Density is simply the percentage of total words in the resume which are keywords. My experience  (with the example keywords file included in the download) is that good resumes come in at around 5% to 8% density.
 
 
-####Score####
+####Match Score####
 ARRR also calculates a match score for the resume. This is a little more complex but the in short the score is based on the number of keywords found.
 
 **Category Weighting**
 
 Each category has a weighting factor in the keywords.js file. This weighting can be used to adjust the importance of the category for the overall score. 
 
 In the example file, I care about people with Zappos experience. So I set the weighting to 3 for that category to make it very important. Conversely, there are a lot of keywords in the Tech category so to prevent it from being overly expensive I reduced the category weighting.
 
 
 **Diminishing scoring**
 
 The first time ARRR finds a particular keyword it increases the match score by 0.7. Every additional match is worth less and less.
 
 This is done because if ARRR sees the keyword 'SQL' in the resume twice that is important. But if it sees the keyword twenty times the score shouldn't increase by 20!
 
 The formula for calculating the match score of a particular keyword is: log(match-count) / log(2.5). That results in the following curve.
+
+[[img src=scoring.jpg alt=ARRR scoring function]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">potter</dc:creator><pubDate>Wed, 09 May 2012 23:59:05 -0000</pubDate><guid>https://sourceforge.net4263d4705372a81f7d2a80b70f338adf01c185ad</guid></item><item><title>WikiPage match score modified by potter</title><link>https://sourceforge.net/p/arrr/wiki/match%2520score/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -10,12 +10,14 @@
 ARRR also calculates a match score for the resume. This is a little more complex but the in short the score is based on the number of keywords found.
 
 **Category Weighting**
+
 Each category has a weighting factor in the keywords.js file. This weighting can be used to adjust the importance of the category for the overall score. 
 
 In the example file, I care about people with Zappos experience. So I set the weighting to 3 for that category to make it very important. Conversely, there are a lot of keywords in the Tech category so to prevent it from being overly expensive I reduced the category weighting.
 
 
 **Diminishing scoring**
+
 The first time ARRR finds a particular keyword it increases the match score by 0.7. Every additional match is worth less and less.
 
 This is done because if ARRR sees the keyword 'SQL' in the resume twice that is important. But if it sees the keyword twenty times the score shouldn't increase by 20!
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">potter</dc:creator><pubDate>Wed, 09 May 2012 23:58:01 -0000</pubDate><guid>https://sourceforge.net61920d48f9f6da567e25138a5dbccbdaaf97d050</guid></item><item><title>WikiPage match score modified by potter</title><link>https://sourceforge.net/p/arrr/wiki/match%2520score/</link><description>###How are match scores calculated?###

ARRR calculates a **score** and a **density** value for each category and for the resume as a whole.

####Density####
Density is simply the percentage of total words in the resume which are keywords. My experience  (with the example keywords file included in the download) is that good resumes come in at around 5% to 8% density.


####Score####
ARRR also calculates a match score for the resume. This is a little more complex but the in short the score is based on the number of keywords found.

**Category Weighting**
Each category has a weighting factor in the keywords.js file. This weighting can be used to adjust the importance of the category for the overall score. 

In the example file, I care about people with Zappos experience. So I set the weighting to 3 for that category to make it very important. Conversely, there are a lot of keywords in the Tech category so to prevent it from being overly expensive I reduced the category weighting.


**Diminishing scoring**
The first time ARRR finds a particular keyword it increases the match score by 0.7. Every additional match is worth less and less.

This is done because if ARRR sees the keyword 'SQL' in the resume twice that is important. But if it sees the keyword twenty times the score shouldn't increase by 20!

The formula for calculating the match score of a particular keyword is: log(match-count) / log(2.5). That results in the following curve.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">potter</dc:creator><pubDate>Wed, 09 May 2012 23:56:22 -0000</pubDate><guid>https://sourceforge.neted561b30f8fdd14d46ab75a6a7570afa9c3b6ec8</guid></item></channel></rss>