Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.953 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 184 | Bio/MarkovModel.py |
2 | 4 | 188 | Bio/MarkovModel.py |
| ||||
if p_transition==None: p_transition = _random_norm((N,N)) else: p_transition = _copy_and_check(p_transition,(N,N)) |
| ||||
if p_emission==None: p_emission = _random_norm((N,M)) else: p_emission = _copy_and_check(p_emission,(N,M)) # Do all the calculations in log space to avoid underflows. |
| |||
if [[#variable780e3000]]==None: [[#variable780e3000]]= _random_norm((N, [[#variable780e39e0]])) else: [[#variable780e3000]]= _copy_and_check( [[#variable780e3000]],(N, [[#variable780e39e0]])) # Do all the calculations in log space to avoid underflows. |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#780e3000]] | p_transition |
1 | 2 | [[#780e3000]] | p_emission |
2 | 1 | [[#780e39e0]] | N |
2 | 2 | [[#780e39e0]] | M |