weka.gui.treevisualizer
Class PlaceNode2.Ease

java.lang.Object
  extended byweka.gui.treevisualizer.PlaceNode2.Ease
Enclosing class:
PlaceNode2

private class PlaceNode2.Ease
extends java.lang.Object

An inner class used to report information about any tangles found.


Field Summary
 double m_amount
          The distance they were tangled.
 int m_lev
          The level on which they were tangled.
 int m_place
          The number of the group on the left of the tangle.
 
Constructor Summary
private PlaceNode2.Ease()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_place

public int m_place
The number of the group on the left of the tangle.


m_amount

public double m_amount
The distance they were tangled.


m_lev

public int m_lev
The level on which they were tangled.

Constructor Detail

PlaceNode2.Ease

private PlaceNode2.Ease()