public class SumOfSquaredAnglesFE extends Object implements FeatureExtractor
| Constructor and Description |
|---|
SumOfSquaredAnglesFE() |
| Modifier and Type | Method and Description |
|---|---|
double |
apply(TimedStroke s)
Compute the sum of the squared angle values along the stroke
path.
|
String |
getName()
Return the name of this feature extractor.
|
static double |
sumOfSquaredAngles(TimedStroke s)
Compute the sum of the squared angle values along the stroke
path.
|
public double apply(TimedStroke s)
apply in interface FeatureExtractorpublic String getName()
getName in interface FeatureExtractorpublic static double sumOfSquaredAngles(TimedStroke s)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.