public class ExperimentUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExperimentUtil.NamedArrayList<T>
A named list which can be used to label values which are lists (e.g. a list of feature
extractors) in dimensions.
|
Constructor and Description |
---|
ExperimentUtil() |
Modifier and Type | Method and Description |
---|---|
static org.dkpro.lab.task.Dimension<TcFeatureSet> |
getAblationTestFeatures(TcFeature... features)
Returns a pre-defined dimension with feature extractor sets configured for an ablation test.
|
static org.dkpro.lab.task.Dimension<List<String>> |
getSingleFeatures(String... featureExtractorClassNames)
Returns a pre-defined dimension with feature extractor sets.
|
public static org.dkpro.lab.task.Dimension<List<String>> getSingleFeatures(String... featureExtractorClassNames)
featureExtractorClassNames
- All the feature extractors that should be tested.public static org.dkpro.lab.task.Dimension<TcFeatureSet> getAblationTestFeatures(TcFeature... features)
features
- All the feature extractors that should be tested.Copyright © 2013–2019 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.