openforecast-users Mailing List for OpenForecast
Brought to you by:
sgould
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Sreelatha G <gsr...@ya...> - 2006-05-04 06:39:22
|
Hi
I am new to this list.
I want to forecast the traffic through a particualr
switch in a telecom data.
Can you help me in this process as I have some doubts
regarding openforecast.
Can I use openforecast to solve my problem.
I want to know whether it works on linux.
I have downloaded the OpenForecast.But I did not find
any documentation to assist in working with that.
When I give
java -jar OpenForecast.0.4.0.jar
on Linux
I am getting a problem saying unable to load main
class manifest attribute even though there is a
manifest file.
Any suggestion would be a great help to me.
Thanks
Sreelatha
____________________________________________________
Yahoo! India Answers: Share what you know. Learn something new. http://in.answers.yahoo.com
|
|
From: Andreas J. <ope...@aj...> - 2005-11-15 23:07:48
|
Hello! This list seems not very populated. This kind of project is not "very geeky", so there are other playgrounds for the geeks. But I am still interested, if there are users here. Futher, I checked out CVS and it seems there is developemnt in OF, I wonder why there is no 0.41 "release". At the time I am applying^W trying top apply OF to forecast Internet Traffic on links. And Steven: Thanks, nice work ;) I hope I can help to improve it. rgds, Andreas |
|
From: Keith D. <dia...@fa...> - 2005-05-25 03:49:01
|
If anyone has successfully coverted 0.4 to J#, I would appreciate a copy. Best, Keith |
|
From: Cem D. <ce...@hi...> - 2004-12-06 15:50:16
|
Hello,
I compiled Openforecast 0.4 under J#. I fixed a few errors during this
process. Some of the forecasting models work great. However when I run a few
of them, like SimpleExponentialSmoothing, the program blows up at run time.
I receive " An unhandled exception of type
'java.lang.UnsupportedOperationException' occurred in vjslib.dll" while
executing return line of the following code. What do you think guys?
public boolean remove( Object obj )
{
if ( obj == null )
throw new NullPointerException("DataSet does
not support null DataPoint objects");
return dataPoints.remove( (DataPoint)obj );
}
Thank you.
Regards,
Cem Demircioglu
|