Experimenter.props 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. # This props file contains default values for the Weka Experimenter.
  2. # "simple" indicates that this property is only available for simple
  3. # experiments.
  4. #
  5. # $Revision: 11944 $
  6. # the default setup panel (classname)
  7. SetupPanel=weka.gui.experiment.SimpleSetupPanel
  8. # the default extension in the file-dialog
  9. # possible values:
  10. # .exp
  11. # .xml
  12. # .koml (if available)
  13. Extension=.exp
  14. # the default destination ("simple")
  15. # possible values:
  16. # ARFF file
  17. # CSV file
  18. # JDBC database
  19. Destination=ARFF file
  20. # the experiment type ("simple")
  21. # possible values:
  22. # Cross-validation
  23. # Train/Test Percentage Split (data randomized)
  24. # Train/Test Percentage Split (order preserved)
  25. ExperimentType=Cross-validation
  26. # whether classification is the default ("simple")
  27. UseClassification=true
  28. # the default number of CV folds ("simple")
  29. Folds=10
  30. # the default percentage for training ("simple")
  31. TrainPercentage=66
  32. # the default number of repetitions ("simple")
  33. Repetitions=10
  34. # whether datasets are first iterated ("simple")
  35. DatasetsFirst=true
  36. # the initial datasets directory
  37. # Note for Win32: the path backslashes have to written as "\\"
  38. InitialDatasetsDirectory=
  39. # whether to use relative paths
  40. UseRelativePaths=false
  41. # the default tester to use
  42. # possible values (at least):
  43. # Paired T-Tester (corrected)
  44. # Paired T-Tester
  45. Tester=Paired T-Tester (corrected)
  46. # the row selection
  47. Row=Key_Dataset
  48. # the column selection
  49. Column=Key_Scheme,Key_Scheme_options,Key_Scheme_version_ID
  50. # the default comparison field (lower case!)
  51. # see ComboBox in Experimenter
  52. ComparisonField=percent_correct
  53. # the default significance
  54. Significance=0.05
  55. # the default sorting
  56. Sorting=
  57. # whether stddevs are displayed by default
  58. ShowStdDev=false
  59. # whether the Average is displayed by default
  60. ShowAverage=false
  61. # the default precision for the mean
  62. MeanPrecision=2
  63. # the default precision for the stdev
  64. StdDevPrecision=2
  65. # the classname and options of the ResultMatrix, reponsible for the default
  66. # output format.
  67. # NB: The other defaults listed in this props file override the "advanced"
  68. # options specified in this property.
  69. OutputFormat=weka.experiment.ResultMatrixPlainText -col-name-width 0 -row-name-width 25 -mean-width 0 -stddev-width 0 -sig-width 0 -count-width 5 -print-col-names -print-row-names -enum-col-names
  70. # whether filter classnames are removed by default
  71. RemoveFilterClassnames=false