Class DatasetConfiguration
java.lang.Object
adaa.analytics.rules.consoles.config.DatasetConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyParametersToExempleSet
(IExampleSet exampleSet) boolean
hasOptionParameter
(String param) static List<DatasetConfiguration>
readConfigurations
(String filePath) static List<DatasetConfiguration>
static List<DatasetConfiguration>
readConfigurations
(Element datasetsElement)
-
Field Details
-
testingReportFilePath
-
trainingReportFilePath
-
predictionPerformanceFilePath
-
label
-
outDirectory
-
trainElements
-
predictElements
-
-
Constructor Details
-
DatasetConfiguration
public DatasetConfiguration()
-
-
Method Details
-
readConfigurations
public static List<DatasetConfiguration> readConfigurations(String filePath) throws ParserConfigurationException, IOException, SAXException -
readConfigurations
-
readConfigurations
-
hasOptionParameter
-
applyParametersToExempleSet
-