| Package | Description |
|---|---|
| net.seninp.gi |
Provides the code for GI algorithms: Sequitur and RePair.
|
| net.seninp.gi.cli |
Provides CLI features.
|
| net.seninp.gi.rulepruner |
Implements MDL-based rule pruner
|
| Modifier and Type | Method and Description |
|---|---|
static GIAlgorithm |
GIAlgorithm.fromValue(int value)
Parse the numerical value into an instance.
|
static GIAlgorithm |
GIAlgorithm.fromValue(int value)
Parse the numerical value into an instance.
|
static GIAlgorithm |
GIAlgorithm.fromValue(String value)
Parse the string value into an instance.
|
static GIAlgorithm |
GIAlgorithm.fromValue(String value)
Parse the string value into an instance.
|
static GIAlgorithm |
GIAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GIAlgorithm |
GIAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GIAlgorithm[] |
GIAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static GIAlgorithm[] |
GIAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static GIAlgorithm |
TS2GrammarParameters.GI_ALGORITHM_IMPLEMENTATION |
static GIAlgorithm |
TS2GrammarParameters.GI_ALGORITHM_IMPLEMENTATION |
| Modifier and Type | Field and Description |
|---|---|
static GIAlgorithm |
RulePrunerParameters.GI_ALGORITHM_IMPLEMENTATION |
static GIAlgorithm |
RulePrunerParameters.GI_ALGORITHM_IMPLEMENTATION |
| Modifier and Type | Method and Description |
|---|---|
SampledPoint |
RulePruner.sample(int windowSize,
int paaSize,
int alphabetSize,
GIAlgorithm giAlgorithm,
net.seninp.jmotif.sax.NumerosityReductionStrategy nrStrategy,
double nThreshold)
Samples the specified point.
|
SampledPoint |
RulePruner.sample(int windowSize,
int paaSize,
int alphabetSize,
GIAlgorithm giAlgorithm,
net.seninp.jmotif.sax.NumerosityReductionStrategy nrStrategy,
double nThreshold)
Samples the specified point.
|
Copyright © 2021 JMotif. All rights reserved.