Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132932 views
License: OTHER
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc. Version 7.2.0.294 (R2006a). Operating System: Linux 2.6.15-25-686 #1 SMP PREEMPT Wed Jun 14 11:34:19 UTC 2006 i686.
%%Title: ./icml_numpapers.eps
%%CreationDate: 12/23/2007  13:45:31
%%DocumentNeededFonts: Times-Roman
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    46   193   543   608
%%EndComments

%%BeginProlog
% MathWorks dictionary
/MathWorks 160 dict begin
% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef
% operator abbreviations
/c  /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rm /rmoveto ldef
/rl /rlineto ldef
/s {show newpath} bdef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/sg /setgray ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef
% orientation switch
/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
% coordinate system mappings
/dpi2point 0 def
% font control
/FontSize 0 def
/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
  makefont setfont} bdef
/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
  exch dup 3 1 roll findfont dup length dict begin
  { 1 index /FID ne {def}{pop pop} ifelse } forall
  /Encoding exch def currentdict end definefont pop} bdef
/isroman {findfont /CharStrings get /Agrave known} bdef
/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
  exch FMS} bdef
/csm {1 dpi2point div -1 dpi2point div scale neg translate
 dup landscapeMode eq {pop -90 rotate}
  {rotateMode eq {90 rotate} if} ifelse} bdef
% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
  dpi2point mul] 0 setdash } bdef
% macros for lines and objects
/L {lineto stroke} bdef
/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
/AP {{rlineto} repeat} bdef
/PDlw -1 def
/W {/PDlw currentlinewidth def setlinewidth} def
/PP {closepath eofill} bdef
/DP {closepath stroke} bdef
/MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
  neg 0 exch rlineto closepath} bdef
/FR {MR stroke} bdef
/PR {MR fill} bdef
/L1i {{currentfile picstr readhexstring pop} image} bdef
/tMatrix matrix def
/MakeOval {newpath tMatrix currentmatrix pop translate scale
0 0 1 0 360 arc tMatrix setmatrix} bdef
/FO {MakeOval stroke} bdef
/PO {MakeOval fill} bdef
/PD {currentlinewidth 2 div 0 360 arc fill
   PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
/FA {newpath tMatrix currentmatrix pop translate scale
  0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
/PA {newpath tMatrix currentmatrix pop	translate 0 0 moveto scale
  0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
/FAn {newpath tMatrix currentmatrix pop translate scale
  0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
  0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
/vradius 0 def /hradius 0 def /lry 0 def
/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
  /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
  vradius add translate hradius vradius scale 0 0 1 180 270 arc 
  tMatrix setmatrix lrx hradius sub uly vradius add translate
  hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
  lrx hradius sub lry vradius sub translate hradius vradius scale
  0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
  translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
  closepath} bdef
/FRR {MRR stroke } bdef
/PRR {MRR fill } bdef
/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
  rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
  sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
  closepath} bdef
/FlrRR {MlrRR stroke } bdef
/PlrRR {MlrRR fill } bdef
/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
  rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
  sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
  closepath} bdef
/FtbRR {MtbRR stroke } bdef
/PtbRR {MtbRR fill } bdef
/stri 6 array def /dtri 6 array def
/smat 6 array def /dmat 6 array def
/tmat1 6 array def /tmat2 6 array def /dif 3 array def
/asub {/ind2 exch def /ind1 exch def dup dup
  ind1 get exch ind2 get sub exch } bdef
/tri_to_matrix {
  2 0 asub 3 1 asub 4 0 asub 5 1 asub
  dup 0 get exch 1 get 7 -1 roll astore } bdef
/compute_transform {
  dmat dtri tri_to_matrix tmat1 invertmatrix 
  smat stri tri_to_matrix tmat2 concatmatrix } bdef
/ds {stri astore pop} bdef
/dt {dtri astore pop} bdef
/db {2 copy /cols xdef /rows xdef mul dup string
  currentfile exch readhexstring pop
  /bmap xdef pop pop} bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
  cols rows 8 compute_transform 
  {bmap} image gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    46   193   543   608
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: obj1
bplot

/dpi2point 12 def
portraitMode 0216 7344 csm

  346    38  5959  4990 MR c np
84 dict begin %Colortable dictionary
/c0 { 0.000000 0.000000 0.000000 sr} bdef
/c1 { 1.000000 1.000000 1.000000 sr} bdef
/c2 { 0.900000 0.000000 0.000000 sr} bdef
/c3 { 0.000000 0.820000 0.000000 sr} bdef
/c4 { 0.000000 0.000000 0.800000 sr} bdef
/c5 { 0.910000 0.820000 0.320000 sr} bdef
/c6 { 1.000000 0.260000 0.820000 sr} bdef
/c7 { 0.000000 0.820000 0.820000 sr} bdef
c0
1 j
1 sg
   0    0 6913 5186 PR
6 w
4 w
DO
SO
6 w
0 sg
 899 4615 mt 6255 4615 L
 899  389 mt 6255  389 L
 899 4615 mt  899  389 L
6255 4615 mt 6255  389 L
 899 4615 mt 6255 4615 L
 899 4615 mt  899  389 L
1142 4615 mt 1142 4561 L
1142  389 mt 1142  442 L
%%IncludeResource: font Times-Roman
/Times-Roman /ISOLatin1Encoding 168 FMSR

1058 4799 mt 
(88) s
1385 4615 mt 1385 4561 L
1385  389 mt 1385  442 L
1301 4799 mt 
(89) s
1629 4615 mt 1629 4561 L
1629  389 mt 1629  442 L
1545 4799 mt 
(90) s
1872 4615 mt 1872 4561 L
1872  389 mt 1872  442 L
1788 4799 mt 
(91) s
2116 4615 mt 2116 4561 L
2116  389 mt 2116  442 L
2032 4799 mt 
(92) s
2359 4615 mt 2359 4561 L
2359  389 mt 2359  442 L
2275 4799 mt 
(93) s
2603 4615 mt 2603 4561 L
2603  389 mt 2603  442 L
2519 4799 mt 
(94) s
2846 4615 mt 2846 4561 L
2846  389 mt 2846  442 L
2762 4799 mt 
(95) s
3090 4615 mt 3090 4561 L
3090  389 mt 3090  442 L
3006 4799 mt 
(96) s
3333 4615 mt 3333 4561 L
3333  389 mt 3333  442 L
3249 4799 mt 
(97) s
3577 4615 mt 3577 4561 L
3577  389 mt 3577  442 L
3493 4799 mt 
(98) s
3820 4615 mt 3820 4561 L
3820  389 mt 3820  442 L
3736 4799 mt 
(99) s
4063 4615 mt 4063 4561 L
4063  389 mt 4063  442 L
3979 4799 mt 
(00) s
4307 4615 mt 4307 4561 L
4307  389 mt 4307  442 L
4223 4799 mt 
(01) s
4550 4615 mt 4550 4561 L
4550  389 mt 4550  442 L
4466 4799 mt 
(02) s
4794 4615 mt 4794 4561 L
4794  389 mt 4794  442 L
4710 4799 mt 
(03) s
5037 4615 mt 5037 4561 L
5037  389 mt 5037  442 L
4953 4799 mt 
(04) s
5281 4615 mt 5281 4561 L
5281  389 mt 5281  442 L
5197 4799 mt 
(05) s
5524 4615 mt 5524 4561 L
5524  389 mt 5524  442 L
5440 4799 mt 
(06) s
5768 4615 mt 5768 4561 L
5768  389 mt 5768  442 L
5684 4799 mt 
(07) s
6011 4615 mt 6011 4561 L
6011  389 mt 6011  442 L
5927 4799 mt 
(08) s
 899 4615 mt  952 4615 L
6255 4615 mt 6201 4615 L
 780 4675 mt 
(0) s
 899 4117 mt  952 4117 L
6255 4117 mt 6201 4117 L
 696 4177 mt 
(20) s
 899 3620 mt  952 3620 L
6255 3620 mt 6201 3620 L
 696 3680 mt 
(40) s
 899 3123 mt  952 3123 L
6255 3123 mt 6201 3123 L
 696 3183 mt 
(60) s
 899 2626 mt  952 2626 L
6255 2626 mt 6201 2626 L
 696 2686 mt 
(80) s
 899 2129 mt  952 2129 L
6255 2129 mt 6201 2129 L
 612 2189 mt 
(100) s
 899 1631 mt  952 1631 L
6255 1631 mt 6201 1631 L
 612 1691 mt 
(120) s
 899 1134 mt  952 1134 L
6255 1134 mt 6201 1134 L
 612 1194 mt 
(140) s
 899  637 mt  952  637 L
6255  637 mt 6201  637 L
 612  697 mt 
(160) s
 899 4615 mt 6255 4615 L
 899  389 mt 6255  389 L
 899 4615 mt  899  389 L
6255 4615 mt 6255  389 L
gs 899 389 5357 4227 MR c np
/c8 { 1.000000 0.000000 0.000000 sr} bdef
c8
0 1219 194 0 0 -1219 1045 4615 4 MP
PP
0 sg
-194 0 0 1219 194 0 0 -1219 1045 4615 5 MP stroke
c8
0 3182 195 0 0 -3182 1288 4615 4 MP
PP
0 sg
-195 0 0 3182 195 0 0 -3182 1288 4615 5 MP stroke
c8
0 1243 195 0 0 -1243 1531 4615 4 MP
PP
0 sg
-195 0 0 1243 195 0 0 -1243 1531 4615 5 MP stroke
c8
0 3182 195 0 0 -3182 1775 4615 4 MP
PP
0 sg
-195 0 0 3182 195 0 0 -3182 1775 4615 5 MP stroke
c8
0 1492 195 0 0 -1492 2018 4615 4 MP
PP
0 sg
-195 0 0 1492 195 0 0 -1492 2018 4615 5 MP stroke
c8
0 1094 195 0 0 -1094 2262 4615 4 MP
PP
0 sg
-195 0 0 1094 195 0 0 -1094 2262 4615 5 MP stroke
c8
0 1119 195 0 0 -1119 2505 4615 4 MP
PP
0 sg
-195 0 0 1119 195 0 0 -1119 2505 4615 5 MP stroke
c8
0 1765 195 0 0 -1765 2749 4615 4 MP
PP
0 sg
-195 0 0 1765 195 0 0 -1765 2749 4615 5 MP stroke
c8
0 1616 195 0 0 -1616 2992 4615 4 MP
PP
0 sg
-195 0 0 1616 195 0 0 -1616 2992 4615 5 MP stroke
c8
0 1194 194 0 0 -1194 3236 4615 4 MP
PP
0 sg
-194 0 0 1194 194 0 0 -1194 3236 4615 5 MP stroke
c8
0 1641 195 0 0 -1641 3479 4615 4 MP
PP
0 sg
-195 0 0 1641 195 0 0 -1641 3479 4615 5 MP stroke
c8
0 1343 194 0 0 -1343 3723 4615 4 MP
PP
0 sg
-194 0 0 1343 194 0 0 -1343 3723 4615 5 MP stroke
c8
0 3754 195 0 0 -3754 3966 4615 4 MP
PP
0 sg
-195 0 0 3754 195 0 0 -3754 3966 4615 5 MP stroke
c8
0 1989 195 0 0 -1989 4209 4615 4 MP
PP
0 sg
-195 0 0 1989 195 0 0 -1989 4209 4615 5 MP stroke
c8
0 2163 195 0 0 -2163 4453 4615 4 MP
PP
0 sg
-195 0 0 2163 195 0 0 -2163 4453 4615 5 MP stroke
c8
0 2884 195 0 0 -2884 4696 4615 4 MP
PP
0 sg
-195 0 0 2884 195 0 0 -2884 4696 4615 5 MP stroke
c8
0 2909 195 0 0 -2909 4940 4615 4 MP
PP
0 sg
-195 0 0 2909 195 0 0 -2909 4940 4615 5 MP stroke
c8
0 3332 195 0 0 -3332 5183 4615 4 MP
PP
0 sg
-195 0 0 3332 195 0 0 -3332 5183 4615 5 MP stroke
c8
0 3481 195 0 0 -3481 5427 4615 4 MP
PP
0 sg
-195 0 0 3481 195 0 0 -3481 5427 4615 5 MP stroke
c8
0 3729 195 0 0 -3729 5670 4615 4 MP
PP
0 sg
-195 0 0 3729 195 0 0 -3729 5670 4615 5 MP stroke
c8
0 3978 194 0 0 -3978 5914 4615 4 MP
PP
0 sg
-194 0 0 3978 194 0 0 -3978 5914 4615 5 MP stroke
5356 0 899 4615 2 MP stroke
gr

2654 4967 mt 
(Conference/Workshop Year) s
 521 3446 mt  -90 rotate
(Number of Accepted Papers) s
90 rotate
1559  261 mt 
(Historial ICML Locations and Numbers of Accepted Papers) s
%%IncludeResource: font Times-Roman
/Times-Roman /ISOLatin1Encoding 132 FMSR

1187 4540 mt  -90 rotate
(Ann Arbor, MI) s
90 rotate
1430 4540 mt  -90 rotate
(Itaca, NY) s
90 rotate
1674 4540 mt  -90 rotate
(Austin, TX) s
90 rotate
1917 4540 mt  -90 rotate
(Evanston, IL) s
90 rotate
2161 4540 mt  -90 rotate
(Aberdeen, Scotland) s
90 rotate
2404 4540 mt  -90 rotate
(Amherst, MA) s
90 rotate
2648 4565 mt  -90 rotate
(New Brunswick, NJ) s
90 rotate
2891 4540 mt  -90 rotate
(Tahoe, CA) s
90 rotate
3135 4540 mt  -90 rotate
(Bari, Italy) s
90 rotate
3378 4540 mt  -90 rotate
(Nashville, TN) s
90 rotate
3622 4540 mt  -90 rotate
(Madison, WI) s
90 rotate
3865 4540 mt  -90 rotate
(Bled, Slovenia) s
90 rotate
4108 4540 mt  -90 rotate
(Stanford, CA) s
90 rotate
4352 4540 mt  -90 rotate
(Williamstown, CA) s
90 rotate
4595 4540 mt  -90 rotate
(Sydney, Australia) s
90 rotate
4839 4540 mt  -90 rotate
(Washington, DC) s
90 rotate
5082 4540 mt  -90 rotate
(Banff, Canada) s
90 rotate
5326 4540 mt  -90 rotate
(Bonn, Germany) s
90 rotate
5569 4540 mt  -90 rotate
(Pittsburgh, PA) s
90 rotate
5813 4540 mt  -90 rotate
(Corvalis, OR) s
90 rotate
6056 4540 mt  -90 rotate
(Helsinki, Finland \(estimated\)) s
90 rotate

end %%Color Dict

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF