Skip to content
Snippets Groups Projects
Commit 736d4d42 authored by rtalbi's avatar rtalbi
Browse files

Small new updates for tests

parent 4da32ba7
No related branches found
No related tags found
No related merge requests found
# Experiments parameters
perf{
testBuildingBlocks="false";
PrivacyPreservation="false";
MLAlgorithm="vfdt";
runs_number ="1";
thread_number="14";
remoteClient="false";
Incremental="true";
OutputPath="/home/rania/CLionProjects/DAPPLE-2.0/EXP/Tuning2/";
scenarioName ="vfdt-Nursery-clear";
debug="false";
maxTrainSize="10";
maxTestSize="10";
}
# The dataset configuration parameters
dataset{
mainPath = "/home/rania/CLionProjects/DAPPLE-2.0/";
path="/home/rania/CLionProjects/DAPPLE-2.0/DATA/Datasets/Nursery/";
clearPath= "/home/rania/CLionProjects/DAPPLE-2.0/DATA/Datasets/Nursery/";
chunk_prefix="DO";
class_number="5";
dimension="9";
chunk_number="16";
}
# The vfdt algorithm parameters
vfdt{
delta="0.000001";
tau="1";
grace="10";
max_depth="8";
threshold_number="2";
maxNodes="70";
}
# DTPKC parameters
crypto{
deserialize="false";
pathSer="/home/rania/CLionProjects/DAPPLE-2.0/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="1000";
LRTH="0.7";
batchSize="100";
epochs="1";
}
# Network parameters
network{
portS="5001";
serverIP="127.0.0.1";
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment