public interface TcDeepLearningAdapter
Modifier and Type | Field and Description |
---|---|
static String |
EMBEDDING_FOLDER |
static String |
PREPARATION_FOLDER |
static String |
TARGET_ID_MAPPING_TEST |
static String |
TARGET_ID_MAPPING_TRAIN |
static String |
VECTORIZIATION_TEST_OUTPUT |
static String |
VECTORIZIATION_TRAIN_OUTPUT |
Modifier and Type | Method and Description |
---|---|
org.dkpro.lab.reporting.ReportBase |
getMajorityBaselineIdReportClass()
This report is added for classification experiments and provides the majority class results
as baseline
|
org.dkpro.lab.reporting.ReportBase |
getMetaCollectionReport()
An optional report which is intended to record the environment versions of non-Java
frameworks e.g.
|
org.dkpro.lab.reporting.ReportBase |
getOutcomeIdReportClass()
This report is always added to
testTask reports by default in
ExperimentCrossValidation and ExperimentTrainTest. |
org.dkpro.lab.reporting.ReportBase |
getRandomBaselineIdReportClass()
This report is added for classification experiments and provides a random baseline
|
org.dkpro.lab.task.impl.ExecutableTaskBase |
getTestTask() |
int |
lowestIndex()
The lowest index from which transformation into integer values will start.
|
static final String PREPARATION_FOLDER
static final String TARGET_ID_MAPPING_TRAIN
static final String TARGET_ID_MAPPING_TEST
static final String EMBEDDING_FOLDER
static final String VECTORIZIATION_TRAIN_OUTPUT
static final String VECTORIZIATION_TEST_OUTPUT
org.dkpro.lab.task.impl.ExecutableTaskBase getTestTask()
org.dkpro.lab.reporting.ReportBase getOutcomeIdReportClass()
testTask
reports by default in
ExperimentCrossValidation and ExperimentTrainTest.org.dkpro.lab.reporting.ReportBase getMajorityBaselineIdReportClass()
org.dkpro.lab.reporting.ReportBase getRandomBaselineIdReportClass()
int lowestIndex()
org.dkpro.lab.reporting.ReportBase getMetaCollectionReport()
Copyright © 2013–2019 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.