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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

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