Skip to content
This repository has been archived by the owner on Nov 3, 2019. It is now read-only.

Options

kevinjalbert edited this page Apr 28, 2011 · 1 revision

#Options There are only a few basic options that can be used for the Eclipse Metrics XML Reader. They can be used in the following manner:

python eclipse_metrics_xml_reader.py [-i INPUTFILE] [-t OUTPUTTYPE]

##Input File This option indicates the input file to be read and used in the conversion process. The input file is the direct output of the Eclipse Metrics Plugin, which is an XML file. The location of the input file will also be the location of the output files.

python eclipse_metrics_xml_reader.py -i [INPUTFILE]

##Output Type This option indicates the output type of the conversion process. The type selected will represent the new format of the data.

Currently only libsvm is available.

python eclipse_metrics_xml_reader.py -t [OUTPUTTYPE]

Clone this wiki locally