public class FStat extends java.lang.Object implements IQualityMeasure
| Constructor and Description |
|---|
FStat() |
| Modifier and Type | Method and Description |
|---|---|
double |
assessQuality(java.util.List<java.lang.Double> distances,
int[] classValues)
Computes a quality score based on the distances of each instance to the
shapelet and the corresponding
classValues. |
public double assessQuality(java.util.List<java.lang.Double> distances,
int[] classValues)
classValues.assessQuality in interface IQualityMeasuredistances - List of distances storing the distance of each instance to a
shapeletclassValues - The class values of the instances