public class DKProTcDataFormatConverter extends Object
| Constructor and Description |
|---|
DKProTcDataFormatConverter() |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationData<String> |
convertMultiLabelModeId2Outcome(File id2OutcomeFile)
Loads a multi-label DKPro TC id2outcome file into the evaluation data format
|
static EvaluationData<Integer> |
convertMultiLabelModeId2OutcomeUseInteger(File id2OutcomeFile)
Loads a multi-label DKPro TC id2outcome file into the evaluation data format.
|
static EvaluationData<Double> |
convertRegressionModeId2Outcome(File id2OutcomeFile)
Loads a regression DKPro TC id2outcome file into the evaluation data format
|
static EvaluationData<String> |
convertSingleLabelModeId2Outcome(File id2OutcomeFile)
Loads a single-label DKPro TC id2outcome file into the evaluation data format
|
public static EvaluationData<String> convertSingleLabelModeId2Outcome(File id2OutcomeFile) throws Exception
id2OutcomeFile - the id2outcome fileException - in case of errorpublic static EvaluationData<String> convertMultiLabelModeId2Outcome(File id2OutcomeFile) throws Exception
id2OutcomeFile - the id2outcome fileException - in case of errorpublic static EvaluationData<Integer> convertMultiLabelModeId2OutcomeUseInteger(File id2OutcomeFile) throws Exception
id2OutcomeFile - the id2outcome fileException - in case of errorpublic static EvaluationData<Double> convertRegressionModeId2Outcome(File id2OutcomeFile) throws Exception
id2OutcomeFile - the id2outcome fileException - in case of errorCopyright © 2016–2018 Language Technology Lab. All rights reserved.