Skip to content

Commit e25ac38

Browse files
authored
Update README.md
1 parent b878a29 commit e25ac38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

c_CvDTree/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Implemented **ID3**, **C4.5** & **CART**. Capable for dealing with relatively 'r
55
+ Dataset comes from UCI: [Mushroom dataset](http://archive.ics.uci.edu/ml/datasets/Mushroom)
66

77
### ID3
8-
![ID3](http://i1.piimg.com/567571/b202b2dfd1394757.png)
8+
![ID3](http://oph1aen4o.bkt.clouddn.com/18-1-30/39821473.jpg)
99

1010
### C4.5
11-
![C4.5](http://i1.piimg.com/567571/d64bffa200033d00.png)
11+
![C4.5](http://oph1aen4o.bkt.clouddn.com/18-1-30/27175426.jpg)
1212

1313
### CART
14-
![CART](http://i1.piimg.com/567571/330a93ad355c0a05.png)
14+
![CART](http://oph1aen4o.bkt.clouddn.com/18-1-30/6485016.jpg)
1515

1616
## Example
1717
```python
@@ -26,4 +26,4 @@ tree.evaluate(x, y) # Print out accuracy
2626
tree.visualize2d(x, y) # Visualize result (2d)
2727
tree.visualize() # Visualize Cart Tree itself
2828
tree.show_timing_log() # Show timing log
29-
```
29+
```

0 commit comments

Comments
 (0)