net.sourceforge.cilib.bioinf.sequencealignment
Class BinaryAlignmentCreator
java.lang.Object
net.sourceforge.cilib.bioinf.sequencealignment.BinaryAlignmentCreator
public class BinaryAlignmentCreator
- extends Object
This class is responsible for creating an output alignment by populating the input alignment
with gaps at positions given by the discretization of the particles positions.
Works with 4 bits encoding in conjonction with BinaryMSAProblem.
- Author:
- Fabien Zablocki
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryAlignmentCreator
public BinaryAlignmentCreator()
getFitness
public double getFitness(Collection<String> alignment,
Vector solution,
int[] gapsArray)
setScoringMethod
public void setScoringMethod(ScoringMethod theMethod)
getTheMethod
public ScoringMethod getTheMethod()
getAlignment
public ArrayList<String> getAlignment()
setAlignment
public void setAlignment(ArrayList<String> align)
setJustEvaluate
public void setJustEvaluate(boolean justEvaluate)
Copyright © 2009 CIRG. All Rights Reserved.