From: Jason B. <jas...@us...> - 2002-04-08 16:14:12
|
Update of /cvsroot/maxent/maxent In directory usw-pr-cvs1:/tmp/cvs-serv7102 Modified Files: CHANGES Log Message: Set up the GISTrainer to use an initial capacity and load factor for the big hashmaps it uses Index: CHANGES =================================================================== RCS file: /cvsroot/maxent/maxent/CHANGES,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** CHANGES 3 Jan 2002 16:14:41 -0000 1.9 --- CHANGES 8 Apr 2002 16:14:06 -0000 1.10 *************** *** 2,5 **** --- 2,8 ---- _____ + Set up the GISTrainer to use an initial capacity and load factor for + the big hashmaps it uses. The initial capacity is half the number of + outcomes, and the load factor is 0.9. (Jason) (opennlp.maxent.DataIndexer) Do not index events with 0 active features. |