public class PtmSiteMapping extends Object
| Constructor and Description |
|---|
PtmSiteMapping() |
| Modifier and Type | Method and Description |
|---|---|
static HashMap<Integer,Integer> |
align(Collection<Integer> serie1,
Collection<Integer> serie2)
Aligns two series of integer, minimizing the distance between them and
excluding outliers.
|
static HashMap<Integer,Integer> |
alignAll(Collection<Integer> serie1,
Collection<Integer> serie2)
Aligns two series of integer, minimizing the distance between them.
|
static HashMap<Integer,Integer> |
alignAll(HashMap<Integer,ArrayList<Integer>> input)
Aligns a serie of integer on possible targets maximizing the number of
matched targets.
|
public static HashMap<Integer,Integer> align(Collection<Integer> serie1, Collection<Integer> serie2)
serie1 - first list of integerserie2 - second list of integerpublic static HashMap<Integer,Integer> alignAll(Collection<Integer> serie1, Collection<Integer> serie2)
serie1 - first list of integerserie2 - second list of integerpublic static HashMap<Integer,Integer> alignAll(HashMap<Integer,ArrayList<Integer>> input)
input - the input mapCopyright © 2014. All rights reserved.