Skip to content
Snippets Groups Projects
Select Git revision
  • 2c7fecc08081cbfbfca729ac4b5f53aea900469d
  • master default protected
  • v3.0-DEV
3 results

.coverage

Blame
  • BankNBCipher-2019-06-30-22:40:33-Config.txt NaN GiB
    perf{
          testBuildingBlocks="false";
          PrivacyPreservation="true";
          MLAlgorithm="nb";
          runs_number ="1";
          thread_number="16";
          remoteClient="false";
          Incremental="true";
          OutputPath="/root/RES/";
          scenarioName ="BankNBCipher";
          debug="false";
          maxTrainSize="20";
          maxTestSize="50";
     }
    
     # The dataset configuration parameters
     dataset{
         mainPath = "/root/DAPPLE/";
         path="/root/DAPPLE/DATA/Datasets/BANK2/";
         clearPath= "/root/DAPPLE/DATA/Datasets/BANK2/";
         chunk_prefix="DO";
         class_number="2";
         dimension="17";
         chunk_number="16";
     }
    
     # The vfdt algorithm parameters
     vfdt{
         delta="0.000001";
         tau="1";
         grace="50";
         max_depth="8";
         threshold_number="2";
         maxNodes="45";
     }
    
     # DTPKC parameters
     crypto{
         deserialize="false";
         pathSer="/root/DAPPLE/SER/";
         keySize ="1024";
         DTPKC_Err = "600";
         ComputationalPrecision="1000";
         useORE="false";
         sendParaClient="true";
         blindingSize="100";
         encryptData="true";
     }
    
     # Naive Bayes parameters
     nb{
         LaplaceConstant="1";
     }
    
     #LR parameters
    
     lr{
        alpha="100";
        LRTH="0.5";
        batchSize="100";
        epochs="1";
     }
    
     # Network parameters
     network{
         portS="5001";
         serverIP="10.144.4.7";
     }