-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDisaggregation.properties
More file actions
32 lines (32 loc) · 1005 Bytes
/
Disaggregation.properties
File metadata and controls
32 lines (32 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#Cleaning Dataset
CleanDataset=true
#Normalizing Dataset
NormalizeDataset=true
# Appliance Type can be: Activity, Generic, List
ApplianceType=List
# Old Appliance File
OldApplianceFile=ResultFiles/Household1BaselineApplianceList.csv
# Loose Coupling can be: true or false
LooseCoupling=true
# Fridge Loose Coupling can be: true or false
FridgeLooseCoupling=false
# Looking for washing machine or not
WashingMachineDetection=false
# Cleaning Points Of Interest can be: Automatic or Manual
CleaningPointsOfInterest=Automatic
# In case of Manual Cleaning, you must add the cleaning threshold
CleaningThreshold=50
# Find Threshold Using Median
MedianThreshold=true
#Number of Points Per Cluster
PointsPerCluster=10
#Combination Points Per Cluster
CombinationPoints=6
#Type of Time Threshold In Combinations (Simple or Complex)
TimeThresholdComplexity=Simple
#Minutes for Time Threshold (if Simple)
TimeThreshold=180
#Remove Large Events
RemoveLargeEvents=false
#Large Events Threshold
LargeEventThreshold=1440