Ignore:
Timestamp:
06/11/15 11:27:33 (9 years ago)
Author:
sherbold
Message:
  • added Oversampling and Resampling processors
  • fixed bug in ZScoreNormalizations
  • added new load for the Audi data set that is based on changes
  • minor changes to remove warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/src/de/ugoe/cs/cpdp/Runner.java

    r32 r38  
    2626        public static void main(String[] args) { 
    2727                new TextConsole(Level.FINE); 
    28                 final int concurrentThreads = Runtime.getRuntime().availableProcessors(); 
     28                final int concurrentThreads = Runtime.getRuntime().availableProcessors()-2; 
    2929                final ExecutorService threadPool = Executors.newFixedThreadPool(concurrentThreads); 
    3030                for( String arg : args ) { 
Note: See TracChangeset for help on using the changeset viewer.