| Class | Description |
|---|---|
| Baseline |
This class plots a line in a
TernaryPlot that represents a value of the bottom axis. |
| ColorBar |
This panel displays colored labels for nominal or string attributes and a rainbow style gradient for numeric attributes.
|
| DataInstance |
Wrapper class that stores the evaluation data of each classification performed
alongside the graphical components to represent that evaluation in the Entropy Triangle.
|
| DataInstances |
Class for handling a set of instances (of the type
DataInstance) with information of evaluation of classification processes. |
| DataPoint |
This class plots a figure (a diamond) to represent a point in a graph.
|
| EntropyTrianglePanel |
This panel coordinates the different elements of the Entropy Triangle plot.
|
| PlotElement |
Interface that allows ordering sorting the drawing preference of different types of elements of a plot.
|
| TernaryPlot |
This class plots the ternary plot for the entropy triangle.
|