|

Display of classification data in a plot.

Option of NetClassificationPlot.
DataFormat can have one of the following two values:
DataMap produces a two-dimensional plot based on MultipleListPlot. If the class information is submitted, different plot symbols will indicate the class to which the input belongs. This option is the default for two-dimensional data.
BarChart produces a bar chart illustrating the distribution of the data over the different classes using the command BarChart. If the dimension of the input data is larger than two, then the default DataFormat is a bar chart. This type of plot allows you to see how the data is distributed over the classes.
|