| Package | Description |
|---|---|
| de.datexis.sector | |
| de.datexis.sector.tagger |
| Modifier and Type | Method and Description |
|---|---|
SectorTagger |
SectorAnnotator.getTagger() |
| Modifier and Type | Field and Description |
|---|---|
protected SectorTagger |
SectorEncoder.tagger |
protected SectorTagger |
SectorTaggerIterator.tagger |
| Modifier and Type | Method and Description |
|---|---|
SectorTagger |
SectorTagger.buildSECTORModel(int ffwLayerSize,
int lstmLayerSize,
int embeddingLayerSize,
int iterations,
double learningRate,
double dropout,
org.nd4j.linalg.lossfunctions.ILossFunction lossFunc,
org.nd4j.linalg.activations.Activation activation) |
SectorTagger |
SectorEncoder.getTagger() |
SectorTagger |
SectorTagger.setWorkspaceParams(int workers) |
| Modifier and Type | Method and Description |
|---|---|
void |
SectorEncoder.setTagger(SectorTagger tagger) |
| Constructor and Description |
|---|
SectorEncoder(String id,
SectorTagger sector) |
SectorTaggerIterator(AbstractMultiDataSetIterator.Stage stage,
Collection<Document> docs,
SectorTagger tagger,
int batchSize,
boolean randomize,
boolean requireSubsampling) |
SectorTaggerIterator(AbstractMultiDataSetIterator.Stage stage,
Collection<Document> docs,
SectorTagger tagger,
int numExamples,
int batchSize,
boolean randomize,
boolean requireSubsampling) |
SectorTaggerIterator(AbstractMultiDataSetIterator.Stage stage,
Collection<Document> docs,
SectorTagger tagger,
int numExamples,
int maxTimeSeriesLength,
int batchSize,
boolean randomize,
boolean requireSubsampling) |
SectorTaggerIterator(AbstractMultiDataSetIterator.Stage stage,
Dataset dataset,
SectorTagger tagger,
int batchSize,
boolean randomize,
boolean useMultiClassLabels) |
Copyright © 2019. All rights reserved.