Skip to content
Snippets Groups Projects
Select Git revision
  • 85d925feb814a350bae565e7329f55b63e190246
  • Vstable default
  • Stats3
  • stats4
  • Stats2
  • Stats
  • PPLR
  • testPPLR
  • newTests
  • TEST
  • EXPER2
  • EXPER
  • results
13 results

BankNBCipher-2019-06-30-22:40:33-Config.txt

Blame
  • user avatar
    rtalbi authored
    85d925fe
    History
    BankNBCipher-2019-06-30-22:40:33-Config.txt 1.27 KiB
    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";
     }