| Package | Description |
|---|---|
| net.seninp.jmotif |
Implements SAX-VSM.
|
| net.seninp.jmotif.direct |
Implements the DIRECT-based sampler.
|
| net.seninp.jmotif.text |
Provides implementations of text mining algorithms, datastructures and metrics.
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
SAXVSMClassifier.toLogStr(Params params,
double accuracy,
double error) |
protected static String |
SAXVSMClassifier.toLogStr(Params params,
double accuracy,
double error) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
SAXVSMDirectSampler.toLogStr(Params params,
double accuracy,
double error) |
protected static String |
SAXVSMDirectSampler.toLogStr(Params params,
double accuracy,
double error) |
protected static String |
SAXVSMDirectSampler.toParserString(Params params,
double accuracy,
double error) |
protected static String |
SAXVSMDirectSampler.toParserString(Params params,
double accuracy,
double error) |
| Modifier and Type | Method and Description |
|---|---|
int |
TextProcessor.classify(String classKey,
double[] series,
HashMap<String,HashMap<String,Double>> tfidf,
Params params) |
int |
TextProcessor.classify(String classKey,
double[] series,
HashMap<String,HashMap<String,Double>> tfidf,
Params params) |
List<WordBag> |
TextProcessor.labeledSeries2WordBags(Map<String,List<double[]>> data,
Params params) |
List<WordBag> |
TextProcessor.labeledSeries2WordBags(Map<String,List<double[]>> data,
Params params) |
WordBag |
TextProcessor.seriesToWordBag(String label,
double[] ts,
Params params)
Converts time series to a word bag.
|
WordBag |
TextProcessor.seriesToWordBag(String label,
double[] ts,
Params params)
Converts time series to a word bag.
|
Copyright © 2021. All rights reserved.