maltcms.commands.distances.dtw
Class MZIDynamicTimeWarp
java.lang.Object
maltcms.commands.distances.dtw.ADynamicTimeWarp
maltcms.commands.distances.dtw.MZIDynamicTimeWarp
- All Implemented Interfaces:
- cross.commands.ICommand<cross.datastructures.tuple.Tuple2D<Array[],Array[]>,Array[]>, cross.datastructures.workflow.IWorkflowElement, cross.IConfigurable, cross.io.xml.IXMLSerializable, Serializable, IDynamicTimeWarp, PairwiseFeatureSequenceSimilarity
public class MZIDynamicTimeWarp
- extends ADynamicTimeWarp
Implementation of Pairwise Dynamic-Time-Warping for time-series data with an
evenly gridded array of mass over charge (mz) vs intensity for each
time-point (scan).
- Author:
- Nils.Hoffmann@cebitec.uni-bielefeld.de
- See Also:
- Serialized Form
Method Summary |
void |
configure(org.apache.commons.configuration.Configuration cfg)
|
cross.datastructures.tuple.Tuple2D<List<Array>,List<Array>> |
createTuple(cross.datastructures.tuple.Tuple2D<cross.datastructures.fragments.IFileFragment,cross.datastructures.fragments.IFileFragment> t)
|
Methods inherited from class maltcms.commands.distances.dtw.ADynamicTimeWarp |
align, appendXML, apply, apply, getCumulativeDistance, getExtension, getResultFileFragment, getWorkflow, getWorkflowSlot, minimize, setExtension, setFileFragments |
Methods inherited from interface cross.datastructures.workflow.IWorkflowElement |
setWorkflow |
MZIDynamicTimeWarp
public MZIDynamicTimeWarp()
configure
public void configure(org.apache.commons.configuration.Configuration cfg)
- Specified by:
configure
in interface cross.IConfigurable
- Overrides:
configure
in class ADynamicTimeWarp
createTuple
public cross.datastructures.tuple.Tuple2D<List<Array>,List<Array>> createTuple(cross.datastructures.tuple.Tuple2D<cross.datastructures.fragments.IFileFragment,cross.datastructures.fragments.IFileFragment> t)
Copyright © 2007-2012. All Rights Reserved.