Uses of Class
adams.gui.visualization.stats.zscore.ZScore

Packages that use ZScore
adams.flow.sink   
adams.gui.visualization.stats.zscore   
weka.gui.explorer   
 

Uses of ZScore in adams.flow.sink
 

Fields in adams.flow.sink declared as ZScore
protected  ZScore ZScoreDisplay.m_ZScore
          zscore to display using the actor
 

Uses of ZScore in adams.gui.visualization.stats.zscore
 

Fields in adams.gui.visualization.stats.zscore declared as ZScore
protected  ZScore ZScoreHitDetector.m_Owner
          zscore plot for detection
protected  ZScore AbstractZScoreOverlay.m_Parent
          parent z score plot to plot data on
 

Methods in adams.gui.visualization.stats.zscore that return ZScore
 ZScore ZScoreHitDetector.getOwner()
          Get the zscore plot for detection
protected  ZScore AbstractZScoreOverlay.getParent()
          get the parent of the overlay
 

Methods in adams.gui.visualization.stats.zscore with parameters of type ZScore
 void AbstractZScoreOverlay.setParent(ZScore val)
          set the parent for the overlay
 

Constructors in adams.gui.visualization.stats.zscore with parameters of type ZScore
ZScore.AttListener(ZScore parent)
           
ZScoreHitDetector(ZScore owner)
          Constructor
 

Uses of ZScore in weka.gui.explorer
 

Fields in weka.gui.explorer declared as ZScore
protected  ZScore ZScoreTab.m_ZScore
          z score plot to display
 



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