JavaGrinders
Class LinearityResults

java.lang.Object
  extended by JavaGrinders.LinearityResults

public class LinearityResults
extends java.lang.Object

holds a set of results obtained for an analysis of linearity applied to a dominance table


Field Summary
 double Kendall
           
 double Landau
           
 int triads
           
 
Constructor Summary
LinearityResults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Kendall

public double Kendall

Landau

public double Landau

triads

public int triads
Constructor Detail

LinearityResults

public LinearityResults()