public class ClusterRuleFactory extends Object
| Constructor and Description |
|---|
ClusterRuleFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<PackedRuleRecord> |
getPackedRule(ArrayList<SameLengthMotifs> newAllClassifiedMotifs)
Gets packed rules set.
|
static ArrayList<SameLengthMotifs> |
performPruning(double[] ts,
GrammarRules grammarRules,
double thresholdLength,
double thresholdCom,
double fractionTopDist)
Performs clustering.
|
public static ArrayList<SameLengthMotifs> performPruning(double[] ts, GrammarRules grammarRules, double thresholdLength, double thresholdCom, double fractionTopDist)
ts - the input time series.grammarRules - the grammar.thresholdLength - a parameter.thresholdCom - another parameter.fractionTopDist - yet another parameter.public static ArrayList<PackedRuleRecord> getPackedRule(ArrayList<SameLengthMotifs> newAllClassifiedMotifs)
newAllClassifiedMotifs - a parameter.Copyright © 2021 JMotif. All rights reserved.