Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.974 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 249 | Bio/SubsMat/__init__.py |
2 | 3 | 258 | Bio/SubsMat/__init__.py |
| ||||
for i in self.keys( ): if self[i]>EPSILON: ent+=obs_freq_mat[i]*log(self[i])/log(2) |
| ||||
for i in self.keys( ): if self[i]>EPSILON: self.entropy+=self[i]*log(self[i])/log(2) |
| |||
for i in self.keys( ): if self[i]>EPSILON: [[#variable61897120]]+= [[#variable618970c0]][i]*log(self[i])/log(2) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61897120]] | ent |
1 | 2 | [[#61897120]] | self.entropy |
2 | 1 | [[#618970c0]] | obs_freq_mat |
2 | 2 | [[#618970c0]] | self |