public class SpectrumTypeDetectionAlgorithm extends Object
Constructor and Description |
---|
SpectrumTypeDetectionAlgorithm() |
Modifier and Type | Method and Description |
---|---|
static MsSpectrumType |
detectSpectrumType(double[] mzValues,
float[] intensityValues,
Integer size)
detectSpectrumType.
|
static MsSpectrumType |
detectSpectrumType(MsSpectrum msSpectrum)
detectSpectrumType.
|
public static MsSpectrumType detectSpectrumType(@Nonnull MsSpectrum msSpectrum)
detectSpectrumType.
msSpectrum
- a MsSpectrum
object.MsSpectrumType
object.@Nonnull public static MsSpectrumType detectSpectrumType(@Nonnull double[] mzValues, @Nonnull float[] intensityValues, @Nonnull Integer size)
detectSpectrumType.
mzValues
- an array of double.intensityValues
- an array of float.size
- a Integer
object.MsSpectrumType
object.Copyright © 2019. All rights reserved.