Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 5 | 0.958 | simple_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 461 | Bio/PopGen/GenePop/Controller.py |
2 | 1 | 471 | Bio/PopGen/GenePop/Controller.py |
| ||||
p,se,switches = _gp_float(toks[3]),_gp_float(toks[4]),_gp_int(toks[5]) |
| ||||
chi2,df,p = _gp_float(toks[3]),_gp_int(toks[4]),_gp_float(toks[5]) |
| |||
[[#variable7c3a4880]], [[#variable7c3a4120]], [[#variable7c3a4900]]= _gp_float(toks[3]), [[#variable7c3a4820]](toks[4]), [[#variable7c3a47a0]](toks[5]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7c3a4880]] | chi2 |
1 | 2 | [[#7c3a4880]] | p |
2 | 1 | [[#7c3a4120]] | df |
2 | 2 | [[#7c3a4120]] | se |
3 | 1 | [[#7c3a4900]] | p |
3 | 2 | [[#7c3a4900]] | switches |
4 | 1 | [[#7c3a4820]] | _gp_int |
4 | 2 | [[#7c3a4820]] | _gp_float |
5 | 1 | [[#7c3a47a0]] | _gp_float |
5 | 2 | [[#7c3a47a0]] | _gp_int |