Uses of Class
adams.data.instance.Instance

Packages that use Instance
adams.data.instance   
adams.gui.visualization.instance   
 

Uses of Instance in adams.data.instance
 

Methods in adams.data.instance with parameters of type Instance
static double[] InstanceUtils.toDoubleArray(Instance c)
          Returns the points as double array.
 

Uses of Instance in adams.gui.visualization.instance
 

Methods in adams.gui.visualization.instance that return Instance
 Instance InstanceContainer.getData()
          Returns the stored instance.
 Instance InstanceComparePanel.DatasetIndexer.getRow(String row)
          Returns the Instance for the row.
 Instance InstanceComparePanel.DatasetPanel.getRow(String row)
          Returns the row to display.
 

Methods in adams.gui.visualization.instance with parameters of type Instance
 void HistogramFactory.Panel.add(ArrayHistogram hist, Instance c)
          Adds a plot of the given instance.
 void HistogramFactory.Dialog.add(ArrayHistogram hist, Instance c)
          Adds a plot of the given instance.
 void HistogramFactory.Panel.add(ArrayHistogram hist, Instance c, String name)
          Adds a plot of the given instance.
 void HistogramFactory.Dialog.add(ArrayHistogram hist, Instance c, String name)
          Adds a plot of the given instance.
protected  void InstanceLinePaintlet.drawData(Graphics g, Instance data, Color color, InstanceLinePaintlet.MarkerShape marker)
          Draws the data with the given color.
protected  int InstancePointHitDetector.findClosestAttributeIndex(Instance inst, double x)
          Returns the closest attribute index for the given x.
protected  int[] InstancePointHitDetector.findEnclosingAttributeIndices(Instance inst, double x)
          Determines the enclosing attribute indices for the given x value.
protected  InstancePoint InstancePointHitDetector.findInstancePoint(Instance inst, int index)
          Returns the Instance point at the specified position.
 void InstanceContainer.setData(Instance value)
          Sets the instance.
 

Constructors in adams.gui.visualization.instance with parameters of type Instance
InstanceContainer(InstanceContainerManager manager, Instance data)
          Initializes the container.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.