public class PenaltyUtils extends Object
| Constructor and Description |
|---|
PenaltyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[][] |
getDifferencesCombination(double max,
double[] penalty) |
static byte[][] |
getDifferencesCombination(double max,
double[] penalty,
int[] maxErrors) |
public static byte[][] getDifferencesCombination(double max,
double[] penalty)
penalty - {mismatch, deletion, insertion}public static byte[][] getDifferencesCombination(double max,
double[] penalty,
int[] maxErrors)
penalty - {mismatch, deletion, insertion}Copyright © 2018. All rights reserved.