| Package | Description |
|---|---|
| net.seninp.gi.logic |
Implements auxiliary functionality.
|
| net.seninp.gi.repair |
Provides a sequential and parallel RePair implementations.
|
| net.seninp.gi.rulepruner |
Implements MDL-based rule pruner
|
| net.seninp.gi.sequitur |
Provides a sequential Sequitur implementation.
|
| Modifier and Type | Method and Description |
|---|---|
RuleInterval |
SAXMotif.getPos() |
RuleInterval |
SAXMotif.getPos() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<RuleInterval> |
GrammarRuleRecord.getRuleIntervals() |
ArrayList<RuleInterval> |
GrammarRuleRecord.getRuleIntervals() |
static List<RuleInterval> |
GIUtils.getZeroIntervals(int[] coverageArray)
Run a quick scan along the time series coverage to find a zeroed intervals.
|
static List<RuleInterval> |
GIUtils.getZeroIntervals(int[] coverageArray)
Run a quick scan along the time series coverage to find a zeroed intervals.
|
| Modifier and Type | Method and Description |
|---|---|
int |
RuleInterval.compareTo(RuleInterval arg0) |
int |
RuleInterval.compareTo(RuleInterval arg0) |
void |
SAXMotif.setPos(RuleInterval pos) |
void |
SAXMotif.setPos(RuleInterval pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
GrammarRuleRecord.setRuleIntervals(ArrayList<RuleInterval> resultIntervals) |
void |
GrammarRuleRecord.setRuleIntervals(ArrayList<RuleInterval> resultIntervals) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<RuleInterval> |
RePairRule.ruleIntervals
Which TS interval covered.
|
protected ArrayList<RuleInterval> |
RePairRule.ruleIntervals
Which TS interval covered.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<RuleInterval> |
RePairRule.getRuleIntervals() |
ArrayList<RuleInterval> |
RePairRule.getRuleIntervals() |
| Modifier and Type | Method and Description |
|---|---|
static boolean[] |
RulePrunerFactory.updateRanges(boolean[] range,
List<RuleInterval> ruleIntervals)
Updating the coverage ranges.
|
static boolean[] |
RulePrunerFactory.updateRanges(boolean[] range,
List<RuleInterval> ruleIntervals)
Updating the coverage ranges.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<RuleInterval> |
SequiturFactory.getRulePositionsByRuleNum(int ruleIdx,
SAXRule grammar,
net.seninp.jmotif.sax.datastructure.SAXRecords saxFrequencyData,
double[] originalTimeSeries,
int saxWindowSize)
Recovers start and stop coordinates of a rule subsequences.
|
static ArrayList<RuleInterval> |
SequiturFactory.getRulePositionsByRuleNum(int ruleIdx,
SAXRule grammar,
net.seninp.jmotif.sax.datastructure.SAXRecords saxFrequencyData,
double[] originalTimeSeries,
int saxWindowSize)
Recovers start and stop coordinates of a rule subsequences.
|
Copyright © 2021 JMotif. All rights reserved.