matlab - How to get help on a class' method -


how class method/function when there other functions of same name?

for example, predict method/function works both treebagger , generalizedlinearmodel class.

how respective helpfiles these functions using doc, doc predict returns compactclassificationtree class?

http://www.mathworks.com/help/stats/treebagger.predict.html

http://www.mathworks.com/help/stats/generalizedlinearmodel.predict.html

predict method of each class. can call mytreebagger.predict(data)


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -