dsBoxPlot
Box plot for a dataset
Contents
Syntax
- dsBoxPlot(DS)
Description
dsBoxPlot(DS) plots the features of each class as a box plot to show the features' distributions.
Example
DS=prData('iris');
dsBoxPlot(DS);
![](dsBoxPlot_help_01.png)
Box plot for a dataset
dsBoxPlot(DS) plots the features of each class as a box plot to show the features' distributions.
DS=prData('iris');
dsBoxPlot(DS);