public class TransformDataDialog
public TransformDataDialog(java.awt.Frame parentFrame,
java.util.List<net.maizegenetics.phenotype.NumericAttribute> dataAttributes,
java.util.List<net.maizegenetics.phenotype.CategoricalAttribute> factorAttributes)
public static void main(java.lang.String[] args)
public void actionPerformed(java.awt.event.ActionEvent e)
public java.util.List<net.maizegenetics.phenotype.NumericAttribute> traitsToTransform()
public java.util.List<net.maizegenetics.phenotype.CategoricalAttribute> factorsForStandardizing()
public boolean powerTransformation()
public double exponent()
public boolean logTransformation()
public net.maizegenetics.analysis.numericaltransform.TransformDataPlugin.BASE base()
public boolean standardize()
public boolean wasCancelled()