| Package | Description |
|---|---|
| net.seninp.gi.sequitur |
Provides a sequential Sequitur implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected SAXRule |
SAXGuard.r |
protected SAXRule |
SAXNonTerminal.r |
protected SAXRule |
SAXNonTerminal.r |
protected SAXRule |
SAXGuard.r |
| Modifier and Type | Field and Description |
|---|---|
protected static ArrayList<SAXRule> |
SAXRule.theRules
Yet another, global static structure allowing fast rule access.
|
protected static ArrayList<SAXRule> |
SAXRule.theRules
Yet another, global static structure allowing fast rule access.
|
| Modifier and Type | Method and Description |
|---|---|
static SAXRule |
SequiturFactory.runSequitur(String inputString)
Digests a string of terminals separated by a space.
|
static SAXRule |
SequiturFactory.runSequitur(String inputString)
Digests a string of terminals separated by a space.
|
| 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.
|
void |
SAXSymbol.substitute(SAXRule r)
Replace a digram with a non-terminal.
|
void |
SAXSymbol.substitute(SAXRule r)
Replace a digram with a non-terminal.
|
| Constructor and Description |
|---|
SAXGuard(SAXRule theRule)
Constructor.
|
SAXGuard(SAXRule theRule)
Constructor.
|
SAXNonTerminal(SAXRule theRule)
Constructor.
|
SAXNonTerminal(SAXRule theRule)
Constructor.
|
Copyright © 2021 JMotif. All rights reserved.