Class DynamicTimeWarpingProperties

  • All Implemented Interfaces:
    Drawable

    public class DynamicTimeWarpingProperties
    extends PropertiesWidget
    Contains the properties to be shown in the GUI which are based on a Composite. The user input for the properties is being passed here to the associated distance metric algorithm.
    • Constructor Detail

      • DynamicTimeWarpingProperties

        public DynamicTimeWarpingProperties​(Composite parent,
                                            int style,
                                            DynamicTimeWarping dtw)
        Creates the properties of the Dynamic Time Warping extension.
        Parameters:
        parent - Composite, the properties should be drawn on.
        style - Style of the DynamicTimeWarpingProperties which inherits ScrolledComposite widget.
        dtw - The distance metric of the distance metric extension to set the parameters of the algorithm.