public class ADAP3DPeakDetectionAlgorithm extends Object
ADAP3DPeakDetectionAlgorithm class.
Modifier and Type | Class and Description |
---|---|
static class |
ADAP3DPeakDetectionAlgorithm.GoodPeakInfo
GoodPeakInfo class is used to save information of good peaks.
|
Constructor and Description |
---|
ADAP3DPeakDetectionAlgorithm(SliceSparseMatrix objSliceSparseMatrix)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
This method is used to stop adap3d algorithm.
|
List<ADAP3DPeakDetectionAlgorithm.GoodPeakInfo> |
execute(ADAP3DFeatureDetectionParameters objParameters,
int roundedFWHM)
This method executes the iteration method to find good peaks.
|
List<ADAP3DPeakDetectionAlgorithm.GoodPeakInfo> |
execute(int numOfPeaks,
ADAP3DFeatureDetectionParameters objParameters,
int roundedFWHM)
This method determines the number of good peaks provided by the user.
|
float |
getFinishedPercent()
This method tracks progress of algorithm
|
public ADAP3DPeakDetectionAlgorithm(SliceSparseMatrix objSliceSparseMatrix)
Constructor
objSliceSparseMatrix
- is sparse matrix created from raw data file.public List<ADAP3DPeakDetectionAlgorithm.GoodPeakInfo> execute(int numOfPeaks, ADAP3DFeatureDetectionParameters objParameters, int roundedFWHM)
This method determines the number of good peaks provided by the user.
numOfPeaks
- a Integer
object. This is the maximum number of good peaks
method will determine.roundedFWHM
- is full width half max of whole raw data file.objParameters
- a ADAP3DFeatureDetectionParameters
object.ADAP3DPeakDetectionAlgorithm.GoodPeakInfo
object type. This contains information of good
peaks.public List<ADAP3DPeakDetectionAlgorithm.GoodPeakInfo> execute(ADAP3DFeatureDetectionParameters objParameters, int roundedFWHM)
This method executes the iteration method to find good peaks.
roundedFWHM
- is full width half max of whole raw data file.objParameters
- a ADAP3DFeatureDetectionParameters
object.ADAP3DPeakDetectionAlgorithm.GoodPeakInfo
object type. This contains information of good
peaks.public void cancel()
This method is used to stop adap3d algorithm.
public float getFinishedPercent()
This method tracks progress of algorithm
Copyright © 2019. All rights reserved.