Menu

#9 PreprocessingStorageStatistics gets wrong input

open
None
6
2010-02-27
2010-02-27
Ivo Lašek
No

An exception occurs, while loading data from attached file (cars.csv):

Exception in thread "main" java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Double
at preprocessing.storage.PreprocessingStorageStatistics.attributeStats(PreprocessingStorageStatistics.java:46)
at game.report.subreports.OverviewSR.createInputAttributesTable(OverviewSR.java:108)
at game.report.subreports.OverviewSR.create(OverviewSR.java:49)
at game.report.subreports.OverviewSR.<init>(OverviewSR.java:35)
at fakegame.flow.operations.ImportFile.run(ImportFile.java:53)
at fakegame.flow.operations.OperationFlow.run(OperationFlow.java:61)
at fakegame.flow.profiles.DMBatchProfile.run(DMBatchProfile.java:65)
at game.cli.DMBatchReport.run(DMBatchReport.java:121)
at game.cli.DMBatchReport.main(DMBatchReport.java:31)

Running DMBatchReport with parameters: -d data/cars.csv -t cfg/fake/quick_linear

Discussion

  • Ivo Lašek

    Ivo Lašek - 2010-02-27
     
  • Pavel Kordik

    Pavel Kordik - 2010-02-27
    • priority: 5 --> 6
    • assigned_to: nobody --> lagon