public class SumOfAbsDeltaRatioFE extends Object implements FeatureExtractor
| Constructor and Description |
|---|
SumOfAbsDeltaRatioFE() |
| Modifier and Type | Method and Description |
|---|---|
double |
apply(TimedStroke s)
Return the ratio of the sum of the absolute values of the delta
y's and the sum of the absolute values of the delta x's.
|
String |
getName()
Return the name of this feature extractor.
|
static double |
sumOfAbsDeltaRatio(TimedStroke s)
Return the ratio of the sum of the absolute values of the delta
y's and the sum of the absolute values of the delta x's.
|
public double apply(TimedStroke s)
apply in interface FeatureExtractorpublic String getName()
getName in interface FeatureExtractorpublic static double sumOfAbsDeltaRatio(TimedStroke s)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.