dsProjPlot1
Plot of output classes vs. each feature
Contents
Syntax
- dsProjPlot1(DS)
Description
dsProjPlot1(DS) plot output classes vs each feature. The number of subplots is equal to the number of features.
Example
DS=prData('iris');
dsProjPlot1(DS);
![](dsProjPlot1_help_01.png)