[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Warning message problem.



Hello,

How do I avoid the following error message?

*** Maxium number of events for view ( 100000 ) exceeded Close the EnvEditor to prevent seeing this message again!

I have tried the following for reading in 1.5million vectors:  

.projects[0].environments[0].CloseEdit();
fstream myfs;
myfs.open("bintraining.pat",ios::in|ios::binary);
.projects[0].environments[0].ReadBinary(myfs, .projects[0].environments[0].event_specs[0]);

but it takes forever to display the error message 1.4 million times.


The most annoying thing is that it takes 2 hours to read the file, and only 1 hour to train.

Any suggestions would be greatly appreciated.

Regards,
Hans

=============================================================================
Hans J. Johnson                                        305 MEB
hans-johnson@uiowa.edu                                 Dept. of Psychiatry
http://moniz.psychiatry.uiowa.edu/~hjohnson            The University of Iowa
(319) 353-5593                                         Iowa City, IA 52242
=============================================================================