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.969 | simple_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 386 | Bio/Nexus/Trees.py |
2 | 3 | 389 | Bio/Nexus/Trees.py |
| ||||
t1 = [(set(self.get_taxa(n)),self.node(n).data.support) for n in self.all_ids( ) if self.node(n).succ and (self.node(n).data and self.node(n).data.support and self.node(n).data.support>=threshold)] |
| ||||
t2 = [(set(tree2.get_taxa(n)),tree2.node(n).data.support) for n in tree2.all_ids( ) if tree2.node(n).succ and (tree2.node(n).data and tree2.node(n).data.support and tree2.node(n).data.support>=threshold)] |
| |||
[[#variable61ce95a0]]= [(set( [[#variable61ce9540]].get_taxa(n)), [[#variable61ce9540]].node(n).data.support) for n in [[#variable61ce9540]].all_ids( ) if [[#variable61ce9540]].node(n).succ and ( [[#variable61ce9540]].node(n).data and [[#variable61ce9540]].node(n).data.support and [[#variable61ce9540]].node(n).data.support>=threshold)] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61ce95a0]] | t1 |
1 | 2 | [[#61ce95a0]] | t2 |
2 | 1 | [[#61ce9540]] | self |
2 | 2 | [[#61ce9540]] | tree2 |