Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.989 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 101 | Bio/MarkovModel.py |
2 | 3 | 105 | Bio/MarkovModel.py |
| ||||
for i in range(len(mm.p_transition)): x = map(str,mm.p_transition[i]) w(""" %s: %s """ %(mm.states[i]," ".join(x))) |
| ||||
for i in range(len(mm.p_emission)): x = map(str,mm.p_emission[i]) w(""" %s: %s """ %(mm.states[i]," ".join(x))) # XXX allow them to specify starting points |
| |||
for i in range(len(mm. [[#variable76c06300]])): x = map(str,mm. [[#variable76c06300]][i]) w(""" %s: %s """ %(mm.states[i]," ".join(x))) # XXX allow them to specify starting points |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76c06300]] | p_emission |
1 | 2 | [[#76c06300]] | p_transition |