public class FeatureNormalizationByCompoundMethod extends Object implements MSDKMethod<FeatureTable>
| Constructor and Description |
|---|
FeatureNormalizationByCompoundMethod(FeatureTable featureTable,
NormalizationType normalizationType,
List<FeatureTableRow> internalStandardRows,
Integer mzRtWeight)
Constructor for FeatureNormalizationByCompoundMethod.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel a running algorithm.
|
FeatureTable |
execute()
Performs the algorithm.
|
Float |
getFinishedPercentage()
Returns a number in the interval 0 to 1.0, representing the portion of the task that has
completed, or null if the algorithm has not yet started.
|
FeatureTable |
getResult()
Returns the result of this algorithm, or null.
|
public FeatureNormalizationByCompoundMethod(@Nonnull FeatureTable featureTable, @Nonnull NormalizationType normalizationType, @Nonnull List<FeatureTableRow> internalStandardRows, @Nonnull Integer mzRtWeight)
Constructor for FeatureNormalizationByCompoundMethod.
featureTable - a FeatureTable object.normalizationType - a
NormalizationType object.internalStandardRows - a List object of
FeatureTableRow .mzRtWeight - a Integer object.public FeatureTable execute() throws MSDKException
execute in interface MSDKMethod<FeatureTable>MSDKException - On any error@Nullable public Float getFinishedPercentage()
getFinishedPercentage in interface MSDKMethod<FeatureTable>@Nullable public FeatureTable getResult()
getResult in interface MSDKMethod<FeatureTable>public void cancel()
cancel in interface MSDKMethod<FeatureTable>Copyright © 2019. All rights reserved.