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
Post a Comment