org.agmodel.bioinfo.antmap
Class AcoMapFactory

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

public class AcoMapFactory
extends java.lang.Object


Constructor Summary
AcoMapFactory(AcoParamsBean acoParams)
           
 
Method Summary
 AcoParamsBean getAcoParams()
           
 MapData getBestMap(SegDataBean segDataBean, int[] markerIndex, int maxIteration, int n_confirm)
           
 TourBean getBootStrapMap(SegDataBean segDataBean, int[] markerIndex, int maxIteration, int n_confirm)
           
 void setAcoParams(AcoParamsBean bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcoMapFactory

public AcoMapFactory(AcoParamsBean acoParams)
Method Detail

getBestMap

public MapData getBestMap(SegDataBean segDataBean,
                          int[] markerIndex,
                          int maxIteration,
                          int n_confirm)

getBootStrapMap

public TourBean getBootStrapMap(SegDataBean segDataBean,
                                int[] markerIndex,
                                int maxIteration,
                                int n_confirm)

getAcoParams

public AcoParamsBean getAcoParams()
Returns:

setAcoParams

public void setAcoParams(AcoParamsBean bean)
Parameters:
bean -