Class TrainingReports
java.lang.Object
overit.geocallapp.wfm.ai.bl.processing.TrainingReports
Class containing the reports generated by the training process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]byte[] -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorTrainingReports(byte[] xlsReportRegressor, byte[] xlsReportQuantile, String htmlReportRegressor, String htmlReportQuantile) Constructor with all report parameters -
Method Summary
-
Field Details
-
xlsReportRegressor
public byte[] xlsReportRegressor -
xlsReportQuantile
public byte[] xlsReportQuantile -
htmlReportRegressor
-
htmlReportQuantile
-
-
Constructor Details
-
TrainingReports
public TrainingReports()Default constructor -
TrainingReports
public TrainingReports(byte[] xlsReportRegressor, byte[] xlsReportQuantile, String htmlReportRegressor, String htmlReportQuantile) Constructor with all report parameters- Parameters:
xlsReportRegressor- Excel regressor reportxlsReportQuantile- Excel quantile reporthtmlReportRegressor- HTML regressor reporthtmlReportQuantile- HTML quantile report
-