|
|
|
|
|
by steve0hh
2244 days ago
|
|
Thanks for your comments. I'll be updating the readme to better reflect it.. I've just added the midas struct, in which you can do the following: ``` m := midas.NewMidasModel(2, 769, 9460) m.FitPredict(2,3,1) // inputs will be your src,dst and time (from your stream) m.FitPredict(2,3,1) // same here ``` The MidasR model is next. :) |
|