Example usage for weka.gui.visualize Plot2D subclass-usage

List of usage examples for weka.gui.visualize Plot2D subclass-usage

Introduction

In this page you can find the example usage for weka.gui.visualize Plot2D subclass-usage.

Usage

From source file milk.visualize.MIPlot2D.java

/**
 * This class is similar to the Plot2D class except that it also
 * draws the ID of exemplar on each instance point. <p>
 * It sets up one PlotData2D for each exemplar and plots all the
 * PlotData2D stored.
 *