org.agmodel.bioinfo.antmap
Class DMatrixFactory

java.lang.Object
  extended byorg.agmodel.bioinfo.antmap.DMatrixFactory

public class DMatrixFactory
extends java.lang.Object


Constructor Summary
DMatrixFactory()
           
 
Method Summary
 double[][] convertR2D_terminal(double[][] r, double r_thresh, int mapFunction)
           
 double[][] convertR2D(double[][] r, int mapFunction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMatrixFactory

public DMatrixFactory()
Method Detail

convertR2D

public double[][] convertR2D(double[][] r,
                             int mapFunction)

convertR2D_terminal

public double[][] convertR2D_terminal(double[][] r,
                                      double r_thresh,
                                      int mapFunction)