beckel / nilm-eval

NILM-EVAL: An evaluation framework for non-intrusive load monitoring algorithms
GNU General Public License v2.0
110 stars 50 forks source link

Calling python function #12

Open nekovolta opened 5 years ago

nekovolta commented 5 years ago

Hello. I am new in this area, not just NILM field, in Machine Learning in general. I am trying to run an experiment using Matlab based on FHMM algorithm, but I get an error. It is line 51 of the disag_fhmm.m file:

pyObj = py.nilmtk.disaggregate.chris.fhmm.Fhmm();

I read about the integration of Python with Matlab, but apart from that, my doubt is where is that function 'py.nilmtk.disaggregate.chris.fhmm.Fhmm()', because I searched in the folders, but it is not here. How can I use that function?