You mean in memory? Well, it would be quite small immediately after created, growing larger and larger the more data it sees. You can find out by calling model.save(absolutePath), which will checkpoint the model to disk.
--------- Matt Taylor OS Community Flag-Bearer Numenta On Mon, Apr 21, 2014 at 6:28 AM, Sergey Bryukov <[email protected]> wrote: > How to evaluate model actual size? > > model = ModelFactory.create(model_params.MODEL_PARAMS) > > > > > *?? model.size() * > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org > >
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
