public class PathRatioFE extends Object implements FeatureExtractor
| Constructor and Description | 
|---|
PathRatioFE()  | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
apply(TimedStroke s)
Return the ratio between the stroke's convex hull path length
 and the its path length. 
 | 
String | 
getName()
Return the name of this feature extractor. 
 | 
static double | 
pathRatio(TimedStroke s)
Return the ratio between the stroke's convex hull path length
 and the its path length. 
 | 
public double apply(TimedStroke s)
apply in interface FeatureExtractorpublic String getName()
getName in interface FeatureExtractorpublic static double pathRatio(TimedStroke s)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.