Class KruskalMotifPruner

java.lang.Object
org.rcsb.strucmotif.core.KruskalMotifPruner
All Implemented Interfaces:
MotifPruner

@Service public class KruskalMotifPruner extends Object implements MotifPruner
A motif may be best described by the minimal spanning tree which connects all vertices in the most compact fashion. Uses Kruskal's algorithm to determine tree.
  • Constructor Details

    • KruskalMotifPruner

      @Autowired public KruskalMotifPruner(MotifSearchConfig motifSearchConfig)
      Injectable constructor.
      Parameters:
      motifSearchConfig - app config
  • Method Details