Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
OpenSource
NWD
Commits
5e0b1b80
Commit
5e0b1b80
authored
Aug 19, 2014
by
Andrew Cohen
Browse files
normalize
parent
0c03089d
Changes
2
Hide whitespace changes
Inline
Side-by-side
NWD.m
View file @
5e0b1b80
...
@@ -23,5 +23,5 @@ end
...
@@ -23,5 +23,5 @@ end
N
=
GetCount
({
'N'
});
N
=
GetCount
({
'N'
});
nwd
=
(
log2
(
max
(
fw
))
-
log2
(
fX
))
/
(
log2
(
N
)
-
log2
(
min
(
fw
)));
% III.3 from arxiv
nwd
=
(
log2
(
max
(
fw
))
-
log2
(
fX
))
/
(
log2
(
N
)
-
log2
(
min
(
fw
)));
% III.3 from arxiv
% normalize for cardinality
% normalize for cardinality
%
nwd = nwd/(length(words)-1);
nwd
=
nwd
/(
length
(
words
)
-
1
);
% nwd=(log2(max(fw))-log2(fX))/( log2(N)-log2(max(fexclude)) );
% nwd=(log2(max(fw))-log2(fX))/( log2(N)-log2(max(fexclude)) );
results.txt
View file @
5e0b1b80
...
@@ -96,3 +96,75 @@ GetDistances::(pairs)
...
@@ -96,3 +96,75 @@ GetDistances::(pairs)
Barack Obama,Hillary Clinton,John Edwards,Joe Biden,Chris Dodd,Mike Gravel,John McCain,Mitt Romney,Mike Huckabee,Ron Paul,Fred Thompson,Alan Keyes,kGap=2
Barack Obama,Hillary Clinton,John Edwards,Joe Biden,Chris Dodd,Mike Gravel,John McCain,Mitt Romney,Mike Huckabee,Ron Paul,Fred Thompson,Alan Keyes,kGap=2
nQueryCount=66, nCacheCount=330
nQueryCount=66, nCacheCount=330
nCorrect=7
nCorrect=7
-------------------------
GetDistances::(multiples) NW=5
2014 8 13 11 57 7.353
red,orange,yellow,green,blue,indigo,lion,tiger,bear,monkey,zebra,elephant,aardvark,lamb,fox,ape,dog,nQueryCount=0, nCacheCount=1292
[6 0;0 11]
-------------------------
GetDistances::(pairs)
2014 8 13 11 57 9.352
red,orange,yellow,green,blue,indigo,lion,tiger,bear,monkey,zebra,elephant,aardvark,lamb,fox,ape,dog,kGap=2
nQueryCount=0, nCacheCount=816
nCorrect=17
-------------------------
GetDistances::(multiples) NW=5
2014 8 13 11 57 9.427
red,orange,yellow,green,blue,indigo,violet,purple,cyan,white,square,circle,rectangle,ellipse,triangle,rhombus,nQueryCount=0, nCacheCount=1152
[10 0;0 6]
-------------------------
GetDistances::(multiples) NW=5
2014 8 13 12 2 16.924
red,orange,yellow,green,blue,indigo,lion,tiger,bear,monkey,zebra,elephant,aardvark,lamb,fox,ape,dog,nQueryCount=394, nCacheCount=898
[6 0;0 11]
-------------------------
GetDistances::(pairs)
2014 8 13 12 3 31.293
red,orange,yellow,green,blue,indigo,lion,tiger,bear,monkey,zebra,elephant,aardvark,lamb,fox,ape,dog,kGap=2
nQueryCount=136, nCacheCount=680
nCorrect=17
-------------------------
GetDistances::(multiples) NW=5
2014 8 13 12 6 44.511
red,orange,yellow,green,blue,indigo,violet,purple,cyan,white,square,circle,rectangle,ellipse,triangle,rhombus,nQueryCount=342, nCacheCount=810
[10 0;0 6]
-------------------------
GetDistances::(pairs)
2014 8 13 12 7 39.17
red,orange,yellow,green,blue,indigo,violet,purple,cyan,white,square,circle,rectangle,ellipse,triangle,rhombus,kGap=1
nQueryCount=105, nCacheCount=615
nCorrect=16
-------------------------
GetDistances::(multiples) NW=5
2014 8 13 12 9 46.467
Barack Obama,Hillary Clinton,John Edwards,Joe Biden,Chris Dodd,Mike Gravel,John McCain,Mitt Romney,Mike Huckabee,Ron Paul,Fred Thompson,Alan Keyes,nQueryCount=198, nCacheCount=474
[6 0;0 6]
-------------------------
GetDistances::(pairs)
2014 8 13 12 10 28.391
Barack Obama,Hillary Clinton,John Edwards,Joe Biden,Chris Dodd,Mike Gravel,John McCain,Mitt Romney,Mike Huckabee,Ron Paul,Fred Thompson,Alan Keyes,kGap=2
nQueryCount=66, nCacheCount=330
nCorrect=7
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