public interface IQualityMeasure
extends java.io.Serializable
| 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. |
double assessQuality(java.util.List<java.lang.Double> distances,
int[] classValues)
classValues.distances - List of distances storing the distance of each instance to a
shapeletclassValues - The class values of the instances