Machine learning, ensemble methods, regression trees

1 view (last 30 days)
Does Matlab have a function that allows for supervised learning on input data consisting of characters or labels and numeric/continuous output data? I am thinking about regression trees or ensemble methods.

Answers (1)

Stephen23
Stephen23 on 1 Sep 2015
Edited: Stephen23 on 1 Sep 2015
An overview of MATLAB's machine learning:
There are also several FEX submissions that offer these functionalities, or examples and tutorials on how to use MATLAB's machine learning tools.
  1 Comment
Niclas Scott
Niclas Scott on 2 Sep 2015
Thanks Stephen, But looking at the functions you suggest it looks to me as though they all require a numeric input and a categorical or numeric output. However my data have categorical input and numeric output.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!