public interface ContextFeatureProvider
| Modifier and Type | Method and Description |
|---|---|
double[] |
computeFeature(org.apache.commons.collections4.MultiSet<Context> equalContexts)
Extracts a feature from the context.
|
int |
getNumberOfResultFeatures()
If a feature provider computes 1 feature, it return 1, if 2, then 2.
|
double[] computeFeature(org.apache.commons.collections4.MultiSet<Context> equalContexts)
ContextParameters.WindowTypeequalContexts - a preprocessed bag/multiset of contextsint getNumberOfResultFeatures()
HighDimClusteringProvider that returns the number of clusters and a cluster variance metric.