| Package | Description |
|---|---|
| org.expasy.mzjava.core.ms.spectrasim |
| Modifier and Type | Class and Description |
|---|---|
class |
DpSimFunc<X extends PeakAnnotation,Y extends PeakAnnotation>
Calculates the similarity between two PeakLists using the dot product (dp).
|
class |
McNdpSimFunc<X extends PeakAnnotation,Y extends PeakAnnotation>
Calculates PeakList similarity using the Mean Centered Normalized Dot Product similarity function
Olson et.al..
|
class |
NdpSimFunc<X extends PeakAnnotation,Y extends PeakAnnotation>
Calculates the similarity between two PeakLists using the normalized dot product (ndp).
|
class |
PearsonsSimFunc<X extends PeakAnnotation,Y extends PeakAnnotation>
Calculates PeakList similarity using the Pearson's correlation coefficient.
|
class |
PspcSimFunc<X extends PeakAnnotation,Y extends PeakAnnotation>
Poisson shared peak count similarity function.
|
class |
SharedPeakSimFunc<X extends PeakAnnotation,Y extends PeakAnnotation>
The shared peak count is the calculated using the formula
|
class |
WeightedPearsonsSimFunc<X extends PeakAnnotation,Y extends PeakAnnotation>
Calculates PeakList similarity using the weighted Pearson's correlation coefficient.
|
Copyright © 2016. All Rights Reserved.