An extended version of decision tree for privacy data mining
The whole project can be download from: https://github.com/monaen/PrivacyDecisionTree
java JDK >= 1.8.0
- Extend the traditional ID3 algorithm to two-party jointly build situation.
- Can fit the privacy situation better.
- Can only implement on the dataset which only contains two target classes.
- Cannot deal with the case of missing value of attribute.
- Data structure is space-consuming.
Run git clone https://github.com/monaen/PrivacyDecisionTree.git
cd PrivacyDecisionTree/src
javac PrivacyID3.java
java PrivacyID3