forked from RupakMukherjee/Ratul-Chakraborty-22UMPY15
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Linkage(DataSets).txt
63 lines (54 loc) · 2.4 KB
/
Linkage(DataSets).txt
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
DATA SET 1: UNLINK (EXCEPTION 2) (Error type : TypeError)
points_3d_example1 = [(1, 0, 0),
(0.809016994375, 0.587785252292, 0),
(0.309016994375, 0.951056516295, 0),
(-0.309016994375, 0.951056516295, 0),
(-0.809016994375, 0.587785252292, 0)]
points_3d_example2 = [(-1, 0, 0),
(-0.809016994375, -0.587785252292, 0),
(-0.309016994375, -0.951056516295, 1),
(0.309016994375, -0.951056516295, 0),
(0.809016994375, -0.587785252292, 0)]
DATA SET 2: HOPF LINK
points_3d_example1 = [( 7 , 5 , 0 ),( 6 , 0 , 9 ),( 0 , 0 , 0 ),( 13 , 0 , 3 )]
points_3d_example2 = [( 0 , -5 , 3 ),( 6 , 2 , 3 ),( -5 , 6 , 3 ),( -4 , 0 , 3 )]
DATA SET 3: UNLINK
points_3d_example1 = `[(1, 0, 0),
(0.809016994375, 0.587785252292, 0),
(0.309016994375, 0.951056516295, 0),
(-0.309016994375, 0.951056516295, 0),
(-0.809016994375, 0.587785252292, 0)]
points_3d_example2 = [(0, 1, 1),
(0.809016994375, 0.587785252292, 0),
(0.690983005625, 0.048943483705, 2),
(1.309016994375, 0.048943483705, 1),
(1.809016994375, 0.412214747708, 1)]
DATA SET 4: UNLINK
points_3d_example1 = [(1, 0, 0),
(0.809016994375, 0.587785252292, 0),
(0.309016994375, 0.951056516295, 0),
(-0.309016994375, 0.951056516295, 0),
(-0.809016994375, 0.587785252292, 0)]
points_3d_example2 = [(0, 1, 1),
(0.809016994375, -1.587785252292, 0),
(0.690983005625, 0.048943483705, 2),
(1.309016994375, 0.048943483705, 1),
(1.809016994375, 0.412214747708, 1)]
DATA SET 5: UNLINK
points_3d_example1 = [(1, 0, 0),
(0.809016994375, 0.587785252292, 0),
(0.309016994375, 0.951056516295, 0),
(-0.309016994375, 0.951056516295, 0),
(-0.809016994375, 0.587785252292, 0)]
points_3d_example2 = [(0, 1, 1),
(0.809016994375, 1.587785252292, 0),
(0.690983005625, 0.048943483705, 2),
(1.309016994375, 0.048943483705, 1),
(1.809016994375, 0.412214747708, 1)]
DATA SET 6: HOPF LINK
points_3d_example1 = [(1.5, 2, 0.5), (0.5, 3, 3), (3, 3, 3), (3, 3, 0.5)]
points_3d_example2 = [(0, 4.5,1.5), (0,2.5,1.5), (1.5,0,1.5), (1.5,4.5,1.5)]
DATA SET 8: HOPF LINK
points_3d_example1 = [(1.5, 2, 0.5), (0.5, 3, 3), (3, 3, 3), (3, 3, 0.5)]
points_3d_example2 = [(0, 4.5,1.5), (0,2.5,1.5), (1.5,0,1.7), (1.5,4.5,1.8)]
DATA SET 9: 3 component Link : [[(1.5, 2, 0.5), (0.5, 3, 3), (3, 3, 3), (3, 3, 0.5)],[(0, 6.5, 1.5), (0, 2.5, 1.5), (1.5, 0, 1.5), (1.5, 6.5, 1.5)],[(2, 5, 0), (1, 6, 2), (4, 6, 2), (4, 6, 0)]]