Using the ExperimentBuilder, as described in the basic section, wires an experiment and creates all necessary data structures to execute an experiment. We briefly show here the necessary steps without using the ExperimentBuilder to create an experiment: All information is provided in a DKPro Lab data type called a Dimension. Each piece of information is provided in an own dimension which are identified by their name and put into a ParameterSpace. This parameter space is then provided to an experimental setup, which is executed by DKPro Lab. In some cases it might become necessary to work with dimensions but for the regular setups, using the ExperimentBuilder is sufficient.
Dimensions and the parameter space
An experiment consists of (i) several dimensions that are combined in a (ii) parameter space and provided to an experiment. Regarding (i), dimensions are the basic building blocks of an experimental setup. Almost every parameter that is altered in an experiment is changed or set via a dimension. The dimensions in the code declare three building blocks: First, the readers that provide the data for the experiment, second, the feature set that is used in this experiment, and third, the classification arguments that specify the classifier which is to be used (Liblinear in this case). Regarding (ii), the parameter space is main data structure which is used by DKPro TC in the background; it is important that all created dimension are added to the parameter space, otherwise they are not used.
Please support DKPro TC project by allowing this site to use cookies to track your activity. Doing so allows us to get an idea of how interesting our project is to the community. The EU General Data Protection Regulation (GDPR) requires us to ask you for your consent about the use of cookies. To learn more about how our site makes use of cookies and uses your activity data, please refer to our privacy policy. You can also always revise the choice you make here by visiting out privacy policy page.
Do you allow tracking your activity on this site using cookies?