Uses of Class
AFLPcore.ScoreFunction

Packages that use ScoreFunction
AFLPcore   
 

Uses of ScoreFunction in AFLPcore
 

Subclasses of ScoreFunction in AFLPcore
 class SegregatingScore
          This scores each bin by assigning different labels to the differnet cutoff regions.
 

Methods in AFLPcore that return ScoreFunction
 ScoreFunction Bin.getScoreMethod()
          Gives the method used to score a bin.
 

Methods in AFLPcore with parameters of type ScoreFunction
 void Bin.setScoreMethod(ScoreFunction scorer)
          Sets the scoring method to the one specified.
 

Constructors in AFLPcore with parameters of type ScoreFunction
Bin(double loc, double range, ScoreFunction score)
          Creates a new bin with the specified parameters.