Skip to content
Snippets Groups Projects
Bank-Vfdt-cipher-final-2019-06-30-12:58:16-Config.txt 1.28 KiB
perf{
      testBuildingBlocks="false";
      PrivacyPreservation="true";
      MLAlgorithm="vfdt";
      runs_number ="1";
      thread_number="14";
      remoteClient="false";
      Incremental="true";
      OutputPath="/root/RES/";
      scenarioName ="Bank-Vfdt-cipher-final";
      debug="false";
      maxTrainSize="50";
      maxTestSize="10";
 }

 # The dataset configuration parameters
 dataset{
     mainPath = "/root/DAPPLE/";
     path="/root/DAPPLE/DATA/Datasets/Bank/";
     clearPath= "/root/DAPPLE/DATA/Datasets/Bank/";
     chunk_prefix="DO";
     class_number="2";
     dimension="17";
     chunk_number="16";
 }

 # The vfdt algorithm parameters
 vfdt{
     delta="0.000001";
     tau="1";
     grace="100";
     max_depth="10";
     threshold_number="2";
     maxNodes="255";
 }

 # 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";
 }