graphid
  • graphid package
    • Subpackages
      • graphid.core package
        • Submodules
          • graphid.core.__main__ module
          • graphid.core._rhomb_dist module
            • RhombicuboctahedronDistanceDemo()
          • graphid.core.annot_inference module
            • _rectify_decision()
            • Consistency
              • Consistency.is_consistent()
              • Consistency.positive_components()
              • Consistency.inconsistent_components()
              • Consistency.consistent_components()
            • Feedback
              • Feedback._check_edge()
              • Feedback.add_feedback_from()
              • Feedback.edge_decision()
              • Feedback.edge_decision_from()
              • Feedback.add_node_feedback()
              • Feedback.add_feedback()
              • Feedback._print_debug_ccs()
              • Feedback.feedback_keys
              • Feedback.feedback_data_keys
              • Feedback.apply_feedback_edges()
              • Feedback._rectify_feedback()
              • Feedback._rectify_feedback_item()
              • Feedback.all_feedback_items()
              • Feedback.all_feedback()
              • Feedback.clear_feedback()
              • Feedback.clear_edges()
              • Feedback.reset()
              • Feedback.reset_name_labels()
              • Feedback.clear_name_labels()
            • NameRelabel
              • NameRelabel.node_label()
              • NameRelabel.node_labels()
              • NameRelabel._next_nid()
              • NameRelabel._rectify_names()
              • NameRelabel._rectified_relabel()
              • NameRelabel.relabel_using_reviews()
            • MiscHelpers
              • MiscHelpers._rectify_nids()
              • MiscHelpers.remove_aids()
              • MiscHelpers.add_aids()
              • MiscHelpers.update_node_attributes()
              • MiscHelpers.initialize_graph()
              • MiscHelpers.print()
              • MiscHelpers.latest_logs()
              • MiscHelpers.dump_logs()
            • AltConstructors
              • AltConstructors._graph_cls
              • AltConstructors.from_pairs()
              • AltConstructors.from_netx()
              • AltConstructors.status()
            • AnnotInference
              • AnnotInference.subparams()
              • AnnotInference.copy()
              • AnnotInference.subgraph()
              • AnnotInference.set_config()
          • graphid.core.mixin_callbacks module
            • InfrCallbacks
              • InfrCallbacks.set_ranker()
              • InfrCallbacks.set_verifier()
              • InfrCallbacks.refresh_candidate_edges()
            • InfrCandidates
              • InfrCandidates.add_candidate_edges()
              • InfrCandidates.ensure_task_probs()
              • InfrCandidates.ensure_priority_scores()
          • graphid.core.mixin_dynamic module
            • DynamicUpdate
              • DynamicUpdate.ensure_edges_from()
              • DynamicUpdate._add_review_edges_from()
              • DynamicUpdate._add_review_edge()
              • DynamicUpdate._get_current_decision()
              • DynamicUpdate.on_between()
              • DynamicUpdate.on_within()
              • DynamicUpdate._update_neg_metagraph()
              • DynamicUpdate._positive_decision()
              • DynamicUpdate._negative_decision()
              • DynamicUpdate._uninferable_decision()
            • Recovery
              • Recovery.is_recovering()
              • Recovery._purge_error_edges()
              • Recovery._set_error_edges()
              • Recovery.maybe_error_edges()
              • Recovery._new_inconsistency()
              • Recovery._check_inconsistency()
              • Recovery._mincut_edge_weights()
              • Recovery.hypothesis_errors()
            • NonDynamicUpdate
              • NonDynamicUpdate.apply_nondynamic_update()
              • NonDynamicUpdate.collapsed_meta_edges()
              • NonDynamicUpdate.categorize_edges()
          • graphid.core.mixin_helpers module
            • AttrAccess
              • AttrAccess.gen_node_attrs()
              • AttrAccess.gen_edge_attrs()
              • AttrAccess.gen_node_values()
              • AttrAccess.gen_edge_values()
              • AttrAccess.get_node_attrs()
              • AttrAccess.get_edge_attrs()
              • AttrAccess._get_edges_where()
              • AttrAccess.get_edges_where_eq()
              • AttrAccess.get_edges_where_ne()
              • AttrAccess.set_node_attrs()
              • AttrAccess.set_edge_attrs()
              • AttrAccess.get_edge_attr()
              • AttrAccess.set_edge_attr()
              • AttrAccess.get_annot_attrs()
              • AttrAccess.edges()
              • AttrAccess.has_edge()
              • AttrAccess.get_edge_data()
              • AttrAccess.get_nonvisual_edge_data()
              • AttrAccess.get_edge_dataframe()
              • AttrAccess.get_edge_df_text()
            • Convenience
              • Convenience.e_()
              • Convenience.pos_graph
              • Convenience.neg_graph
              • Convenience.incomp_graph
              • Convenience.unreviewed_graph
              • Convenience.unknown_graph
              • Convenience.print_graph_info()
              • Convenience.print_graph_connections()
              • Convenience.print_within_connection_info()
              • Convenience.pair_connection_info()
              • Convenience.node_tag_hist()
              • Convenience.edge_tag_hist()
              • Convenience.match_state_df()
            • DummyEdges
              • DummyEdges.ensure_mst()
              • DummyEdges.ensure_cliques()
              • DummyEdges.ensure_full()
              • DummyEdges.find_clique_edges()
              • DummyEdges.find_mst_edges()
              • DummyEdges.find_connecting_edges()
          • graphid.core.mixin_invariants module
            • AssertInvariants
              • AssertInvariants.assert_edge()
              • AssertInvariants.assert_invariants()
              • AssertInvariants.assert_neg_metagraph()
              • AssertInvariants.assert_union_invariant()
              • AssertInvariants.assert_disjoint_invariant()
              • AssertInvariants.assert_consistency_invariant()
              • AssertInvariants.assert_recovery_invariant()
          • graphid.core.mixin_loops module
            • InfrLoops
              • InfrLoops.main_gen()
              • InfrLoops.hardcase_review_gen()
              • InfrLoops.ranked_list_gen()
              • InfrLoops.incon_recovery_gen()
              • InfrLoops.pos_redun_gen()
              • InfrLoops.neg_redun_gen()
              • InfrLoops._inner_priority_gen()
              • InfrLoops.init_refresh()
              • InfrLoops.start_id_review()
              • InfrLoops.main_loop()
            • InfrReviewers
              • InfrReviewers.try_auto_review()
              • InfrReviewers.request_oracle_review()
              • InfrReviewers._make_review_tuple()
              • InfrReviewers.emit_manual_review()
              • InfrReviewers.skip()
              • InfrReviewers.accept()
              • InfrReviewers.continue_review()
          • graphid.core.mixin_priority module
            • Priority
              • Priority.remaining_reviews()
              • Priority._pop()
              • Priority._push()
              • Priority._peek_many()
              • Priority._remove_edge_priority()
              • Priority._reinstate_edge_priority()
              • Priority._increase_priority()
              • Priority.remove_internal_priority()
              • Priority.reinstate_internal_priority()
              • Priority.prioritize()
              • Priority.push()
              • Priority.pop()
              • Priority.peek()
              • Priority.peek_many()
              • Priority.confidently_connected()
              • Priority.confidently_separated()
              • Priority.generate_reviews()
              • Priority._generate_reviews()
          • graphid.core.mixin_redundancy module
            • _RedundancyComputers
              • _RedundancyComputers.is_pos_redundant()
              • _RedundancyComputers.is_neg_redundant()
              • _RedundancyComputers.find_neg_nids_to()
              • _RedundancyComputers.find_neg_nid_freq_to()
              • _RedundancyComputers.find_neg_redun_nids_to()
              • _RedundancyComputers.find_pos_redundant_pccs()
              • _RedundancyComputers.find_non_pos_redundant_pccs()
              • _RedundancyComputers.find_non_neg_redun_pccs()
              • _RedundancyComputers.find_pos_redun_nids()
              • _RedundancyComputers.find_neg_redun_nids()
            • _RedundancyAugmentation
              • _RedundancyAugmentation.find_neg_augment_edges()
              • _RedundancyAugmentation.find_pos_augment_edges()
              • _RedundancyAugmentation.find_pos_redun_candidate_edges()
              • _RedundancyAugmentation.find_neg_redun_candidate_edges()
            • Redundancy
              • Redundancy.is_flagged_as_redun()
              • Redundancy.filter_edges_flagged_as_redun()
              • Redundancy.update_extern_neg_redun()
              • Redundancy.update_neg_redun_to()
              • Redundancy.update_pos_redun()
              • Redundancy._set_pos_redun_flag()
              • Redundancy._set_neg_redun_flags()
              • Redundancy._purge_redun_flags()
          • graphid.core.mixin_simulation module
            • SimulationHelpers
              • SimulationHelpers.init_simulation()
              • SimulationHelpers.init_test_mode()
              • SimulationHelpers.measure_error_edges()
              • SimulationHelpers.measure_metrics()
              • SimulationHelpers._print_previous_loop_statistics()
              • SimulationHelpers._dynamic_test_callback()
            • UserOracle
              • UserOracle.review()
          • graphid.core.mixin_viz module
            • GraphVisualization
              • GraphVisualization._get_truth_colors()
              • GraphVisualization._error_color
              • GraphVisualization._get_cmap()
              • GraphVisualization.initialize_visual_node_attrs()
              • GraphVisualization.update_node_image_config()
              • GraphVisualization.update_node_image_attribute()
              • GraphVisualization.get_colored_edge_weights()
              • GraphVisualization.get_colored_weights()
              • GraphVisualization.visual_edge_attrs
              • GraphVisualization.visual_edge_attrs_appearance
              • GraphVisualization.visual_edge_attrs_space
              • GraphVisualization.visual_node_attrs
              • GraphVisualization.simplify_graph()
              • GraphVisualization.pin_node_layout()
              • GraphVisualization.update_visual_attrs()
              • GraphVisualization.show_graph()
              • GraphVisualization.show_edge()
              • GraphVisualization.debug_edge_repr()
              • GraphVisualization.repr_edge_data()
              • GraphVisualization.show_error_case()
              • GraphVisualization.show()
            • on_pick()
            • color_nodes()
            • nx_ensure_agraph_color()
          • graphid.core.refresh module
            • RefreshCriteria
              • RefreshCriteria.clear()
              • RefreshCriteria.check()
              • RefreshCriteria.prob_any_remain()
              • RefreshCriteria._prob_none_remain()
              • RefreshCriteria.pred_num_positives()
              • RefreshCriteria.add()
              • RefreshCriteria.ave()
              • RefreshCriteria.pos_frac
            • demo_refresh()
            • _dev_iters_until_threshold()
          • graphid.core.state module
            • _Common
            • _ConstHelper
            • EVIDENCE_DECISION
              • EVIDENCE_DECISION.UNREVIEWED
              • EVIDENCE_DECISION.NEGATIVE
              • EVIDENCE_DECISION.POSITIVE
              • EVIDENCE_DECISION.INCOMPARABLE
              • EVIDENCE_DECISION.UNKNOWN
              • EVIDENCE_DECISION.INT_TO_CODE
              • EVIDENCE_DECISION.INT_TO_NICE
              • EVIDENCE_DECISION.CODE_TO_NICE
              • EVIDENCE_DECISION.CODE_TO_INT
              • EVIDENCE_DECISION.NICE_TO_CODE
              • EVIDENCE_DECISION.NICE_TO_INT
              • EVIDENCE_DECISION.MATCH_CODE
              • EVIDENCE_DECISION.CODE
                • EVIDENCE_DECISION.CODE.INCOMPARABLE
                • EVIDENCE_DECISION.CODE.NEGATIVE
                • EVIDENCE_DECISION.CODE.POSITIVE
                • EVIDENCE_DECISION.CODE.UNKNOWN
                • EVIDENCE_DECISION.CODE.UNREVIEWED
              • EVIDENCE_DECISION.NICE
                • EVIDENCE_DECISION.NICE.INCOMPARABLE
                • EVIDENCE_DECISION.NICE.NEGATIVE
                • EVIDENCE_DECISION.NICE.POSITIVE
                • EVIDENCE_DECISION.NICE.UNKNOWN
                • EVIDENCE_DECISION.NICE.UNREVIEWED
            • META_DECISION
              • META_DECISION.NULL
              • META_DECISION.DIFF
              • META_DECISION.SAME
              • META_DECISION.INT_TO_CODE
              • META_DECISION.INT_TO_NICE
              • META_DECISION.CODE_TO_NICE
              • META_DECISION.CODE_TO_INT
              • META_DECISION.NICE_TO_CODE
              • META_DECISION.NICE_TO_INT
              • META_DECISION.CODE
                • META_DECISION.CODE.DIFF
                • META_DECISION.CODE.NULL
                • META_DECISION.CODE.SAME
              • META_DECISION.NICE
                • META_DECISION.NICE.DIFF
                • META_DECISION.NICE.NULL
                • META_DECISION.NICE.SAME
            • CONFIDENCE
              • CONFIDENCE.UNKNOWN
              • CONFIDENCE.GUESSING
              • CONFIDENCE.NOT_SURE
              • CONFIDENCE.PRETTY_SURE
              • CONFIDENCE.ABSOLUTELY_SURE
              • CONFIDENCE.INT_TO_CODE
              • CONFIDENCE.INT_TO_NICE
              • CONFIDENCE.CODE_TO_NICE
              • CONFIDENCE.CODE_TO_INT
              • CONFIDENCE.NICE_TO_CODE
              • CONFIDENCE.NICE_TO_INT
              • CONFIDENCE.CODE
                • CONFIDENCE.CODE.ABSOLUTELY_SURE
                • CONFIDENCE.CODE.GUESSING
                • CONFIDENCE.CODE.NOT_SURE
                • CONFIDENCE.CODE.PRETTY_SURE
                • CONFIDENCE.CODE.UNKNOWN
              • CONFIDENCE.NICE
                • CONFIDENCE.NICE.ABSOLUTELY_SURE
                • CONFIDENCE.NICE.GUESSING
                • CONFIDENCE.NICE.NOT_SURE
                • CONFIDENCE.NICE.PRETTY_SURE
                • CONFIDENCE.NICE.UNKNOWN
            • QUAL
              • QUAL.EXCELLENT
              • QUAL.GOOD
              • QUAL.OK
              • QUAL.POOR
              • QUAL.JUNK
              • QUAL.UNKNOWN
              • QUAL.INT_TO_CODE
              • QUAL.INT_TO_NICE
              • QUAL.CODE_TO_NICE
              • QUAL.CODE_TO_INT
              • QUAL.NICE_TO_CODE
              • QUAL.NICE_TO_INT
              • QUAL.CODE
                • QUAL.CODE.EXCELLENT
                • QUAL.CODE.GOOD
                • QUAL.CODE.JUNK
                • QUAL.CODE.OK
                • QUAL.CODE.POOR
                • QUAL.CODE.UNKNOWN
              • QUAL.NICE
                • QUAL.NICE.EXCELLENT
                • QUAL.NICE.GOOD
                • QUAL.NICE.JUNK
                • QUAL.NICE.OK
                • QUAL.NICE.POOR
                • QUAL.NICE.UNKNOWN
            • VIEW
              • VIEW.UNKNOWN
              • VIEW.R
              • VIEW.FR
              • VIEW.F
              • VIEW.FL
              • VIEW.L
              • VIEW.BL
              • VIEW.B
              • VIEW.BR
              • VIEW.U
              • VIEW.UF
              • VIEW.UB
              • VIEW.UL
              • VIEW.UR
              • VIEW.UFL
              • VIEW.UFR
              • VIEW.UBL
              • VIEW.UBR
              • VIEW.D
              • VIEW.DF
              • VIEW.DB
              • VIEW.DL
              • VIEW.DR
              • VIEW.DFL
              • VIEW.DFR
              • VIEW.DBL
              • VIEW.DBR
              • VIEW.INT_TO_CODE
              • VIEW.INT_TO_NICE
              • VIEW.CODE_TO_NICE
              • VIEW.CODE_TO_INT
              • VIEW.NICE_TO_CODE
              • VIEW.NICE_TO_INT
              • VIEW.DIST
              • VIEW.CODE
                • VIEW.CODE.B
                • VIEW.CODE.BL
                • VIEW.CODE.BR
                • VIEW.CODE.D
                • VIEW.CODE.DB
                • VIEW.CODE.DBL
                • VIEW.CODE.DBR
                • VIEW.CODE.DF
                • VIEW.CODE.DFL
                • VIEW.CODE.DFR
                • VIEW.CODE.DL
                • VIEW.CODE.DR
                • VIEW.CODE.F
                • VIEW.CODE.FL
                • VIEW.CODE.FR
                • VIEW.CODE.L
                • VIEW.CODE.R
                • VIEW.CODE.U
                • VIEW.CODE.UB
                • VIEW.CODE.UBL
                • VIEW.CODE.UBR
                • VIEW.CODE.UF
                • VIEW.CODE.UFL
                • VIEW.CODE.UFR
                • VIEW.CODE.UL
                • VIEW.CODE.UNKNOWN
                • VIEW.CODE.UR
              • VIEW.NICE
                • VIEW.NICE.B
                • VIEW.NICE.BL
                • VIEW.NICE.BR
                • VIEW.NICE.D
                • VIEW.NICE.DB
                • VIEW.NICE.DBL
                • VIEW.NICE.DBR
                • VIEW.NICE.DF
                • VIEW.NICE.DFL
                • VIEW.NICE.DFR
                • VIEW.NICE.DL
                • VIEW.NICE.DR
                • VIEW.NICE.F
                • VIEW.NICE.FL
                • VIEW.NICE.FR
                • VIEW.NICE.L
                • VIEW.NICE.R
                • VIEW.NICE.U
                • VIEW.NICE.UB
                • VIEW.NICE.UBL
                • VIEW.NICE.UBR
                • VIEW.NICE.UF
                • VIEW.NICE.UFL
                • VIEW.NICE.UFR
                • VIEW.NICE.UL
                • VIEW.NICE.UNKNOWN
                • VIEW.NICE.UR
              • VIEW.d
              • VIEW.f1
              • VIEW.f2
        • Module contents
          • AltConstructors
            • AltConstructors._graph_cls
            • AltConstructors.from_netx()
            • AltConstructors.from_pairs()
            • AltConstructors.status()
          • AnnotInference
            • AnnotInference.copy()
            • AnnotInference.set_config()
            • AnnotInference.subgraph()
            • AnnotInference.subparams()
          • AssertInvariants
            • AssertInvariants.assert_consistency_invariant()
            • AssertInvariants.assert_disjoint_invariant()
            • AssertInvariants.assert_edge()
            • AssertInvariants.assert_invariants()
            • AssertInvariants.assert_neg_metagraph()
            • AssertInvariants.assert_recovery_invariant()
            • AssertInvariants.assert_union_invariant()
          • AttrAccess
            • AttrAccess._get_edges_where()
            • AttrAccess.edges()
            • AttrAccess.gen_edge_attrs()
            • AttrAccess.gen_edge_values()
            • AttrAccess.gen_node_attrs()
            • AttrAccess.gen_node_values()
            • AttrAccess.get_annot_attrs()
            • AttrAccess.get_edge_attr()
            • AttrAccess.get_edge_attrs()
            • AttrAccess.get_edge_data()
            • AttrAccess.get_edge_dataframe()
            • AttrAccess.get_edge_df_text()
            • AttrAccess.get_edges_where_eq()
            • AttrAccess.get_edges_where_ne()
            • AttrAccess.get_node_attrs()
            • AttrAccess.get_nonvisual_edge_data()
            • AttrAccess.has_edge()
            • AttrAccess.set_edge_attr()
            • AttrAccess.set_edge_attrs()
            • AttrAccess.set_node_attrs()
          • CONFIDENCE
            • CONFIDENCE.ABSOLUTELY_SURE
            • CONFIDENCE.CODE
              • CONFIDENCE.CODE.ABSOLUTELY_SURE
              • CONFIDENCE.CODE.GUESSING
              • CONFIDENCE.CODE.NOT_SURE
              • CONFIDENCE.CODE.PRETTY_SURE
              • CONFIDENCE.CODE.UNKNOWN
            • CONFIDENCE.CODE_TO_INT
            • CONFIDENCE.CODE_TO_NICE
            • CONFIDENCE.GUESSING
            • CONFIDENCE.INT_TO_CODE
            • CONFIDENCE.INT_TO_NICE
            • CONFIDENCE.NICE
              • CONFIDENCE.NICE.ABSOLUTELY_SURE
              • CONFIDENCE.NICE.GUESSING
              • CONFIDENCE.NICE.NOT_SURE
              • CONFIDENCE.NICE.PRETTY_SURE
              • CONFIDENCE.NICE.UNKNOWN
            • CONFIDENCE.NICE_TO_CODE
            • CONFIDENCE.NICE_TO_INT
            • CONFIDENCE.NOT_SURE
            • CONFIDENCE.PRETTY_SURE
            • CONFIDENCE.UNKNOWN
          • Consistency
            • Consistency.consistent_components()
            • Consistency.inconsistent_components()
            • Consistency.is_consistent()
            • Consistency.positive_components()
          • Convenience
            • Convenience.e_()
            • Convenience.edge_tag_hist()
            • Convenience.incomp_graph
            • Convenience.match_state_df()
            • Convenience.neg_graph
            • Convenience.node_tag_hist()
            • Convenience.pair_connection_info()
            • Convenience.pos_graph
            • Convenience.print_graph_connections()
            • Convenience.print_graph_info()
            • Convenience.print_within_connection_info()
            • Convenience.unknown_graph
            • Convenience.unreviewed_graph
          • DummyEdges
            • DummyEdges.ensure_cliques()
            • DummyEdges.ensure_full()
            • DummyEdges.ensure_mst()
            • DummyEdges.find_clique_edges()
            • DummyEdges.find_connecting_edges()
            • DummyEdges.find_mst_edges()
          • DynamicUpdate
            • DynamicUpdate._add_review_edge()
            • DynamicUpdate._add_review_edges_from()
            • DynamicUpdate._get_current_decision()
            • DynamicUpdate._negative_decision()
            • DynamicUpdate._positive_decision()
            • DynamicUpdate._uninferable_decision()
            • DynamicUpdate._update_neg_metagraph()
            • DynamicUpdate.ensure_edges_from()
            • DynamicUpdate.on_between()
            • DynamicUpdate.on_within()
          • EVIDENCE_DECISION
            • EVIDENCE_DECISION.CODE
              • EVIDENCE_DECISION.CODE.INCOMPARABLE
              • EVIDENCE_DECISION.CODE.NEGATIVE
              • EVIDENCE_DECISION.CODE.POSITIVE
              • EVIDENCE_DECISION.CODE.UNKNOWN
              • EVIDENCE_DECISION.CODE.UNREVIEWED
            • EVIDENCE_DECISION.CODE_TO_INT
            • EVIDENCE_DECISION.CODE_TO_NICE
            • EVIDENCE_DECISION.INCOMPARABLE
            • EVIDENCE_DECISION.INT_TO_CODE
            • EVIDENCE_DECISION.INT_TO_NICE
            • EVIDENCE_DECISION.MATCH_CODE
            • EVIDENCE_DECISION.NEGATIVE
            • EVIDENCE_DECISION.NICE
              • EVIDENCE_DECISION.NICE.INCOMPARABLE
              • EVIDENCE_DECISION.NICE.NEGATIVE
              • EVIDENCE_DECISION.NICE.POSITIVE
              • EVIDENCE_DECISION.NICE.UNKNOWN
              • EVIDENCE_DECISION.NICE.UNREVIEWED
            • EVIDENCE_DECISION.NICE_TO_CODE
            • EVIDENCE_DECISION.NICE_TO_INT
            • EVIDENCE_DECISION.POSITIVE
            • EVIDENCE_DECISION.UNKNOWN
            • EVIDENCE_DECISION.UNREVIEWED
          • Feedback
            • Feedback._check_edge()
            • Feedback._print_debug_ccs()
            • Feedback._rectify_feedback()
            • Feedback._rectify_feedback_item()
            • Feedback.add_feedback()
            • Feedback.add_feedback_from()
            • Feedback.add_node_feedback()
            • Feedback.all_feedback()
            • Feedback.all_feedback_items()
            • Feedback.apply_feedback_edges()
            • Feedback.clear_edges()
            • Feedback.clear_feedback()
            • Feedback.clear_name_labels()
            • Feedback.edge_decision()
            • Feedback.edge_decision_from()
            • Feedback.feedback_data_keys
            • Feedback.feedback_keys
            • Feedback.reset()
            • Feedback.reset_name_labels()
          • GraphVisualization
            • GraphVisualization._error_color
            • GraphVisualization._get_cmap()
            • GraphVisualization._get_truth_colors()
            • GraphVisualization.debug_edge_repr()
            • GraphVisualization.get_colored_edge_weights()
            • GraphVisualization.get_colored_weights()
            • GraphVisualization.initialize_visual_node_attrs()
            • GraphVisualization.pin_node_layout()
            • GraphVisualization.repr_edge_data()
            • GraphVisualization.show()
            • GraphVisualization.show_edge()
            • GraphVisualization.show_error_case()
            • GraphVisualization.show_graph()
            • GraphVisualization.simplify_graph()
            • GraphVisualization.update_node_image_attribute()
            • GraphVisualization.update_node_image_config()
            • GraphVisualization.update_visual_attrs()
            • GraphVisualization.visual_edge_attrs
            • GraphVisualization.visual_edge_attrs_appearance
            • GraphVisualization.visual_edge_attrs_space
            • GraphVisualization.visual_node_attrs
          • InfrCallbacks
            • InfrCallbacks.refresh_candidate_edges()
            • InfrCallbacks.set_ranker()
            • InfrCallbacks.set_verifier()
          • InfrCandidates
            • InfrCandidates.add_candidate_edges()
            • InfrCandidates.ensure_priority_scores()
            • InfrCandidates.ensure_task_probs()
          • InfrLoops
            • InfrLoops._inner_priority_gen()
            • InfrLoops.hardcase_review_gen()
            • InfrLoops.incon_recovery_gen()
            • InfrLoops.init_refresh()
            • InfrLoops.main_gen()
            • InfrLoops.main_loop()
            • InfrLoops.neg_redun_gen()
            • InfrLoops.pos_redun_gen()
            • InfrLoops.ranked_list_gen()
            • InfrLoops.start_id_review()
          • InfrReviewers
            • InfrReviewers._make_review_tuple()
            • InfrReviewers.accept()
            • InfrReviewers.continue_review()
            • InfrReviewers.emit_manual_review()
            • InfrReviewers.request_oracle_review()
            • InfrReviewers.skip()
            • InfrReviewers.try_auto_review()
          • META_DECISION
            • META_DECISION.CODE
              • META_DECISION.CODE.DIFF
              • META_DECISION.CODE.NULL
              • META_DECISION.CODE.SAME
            • META_DECISION.CODE_TO_INT
            • META_DECISION.CODE_TO_NICE
            • META_DECISION.DIFF
            • META_DECISION.INT_TO_CODE
            • META_DECISION.INT_TO_NICE
            • META_DECISION.NICE
              • META_DECISION.NICE.DIFF
              • META_DECISION.NICE.NULL
              • META_DECISION.NICE.SAME
            • META_DECISION.NICE_TO_CODE
            • META_DECISION.NICE_TO_INT
            • META_DECISION.NULL
            • META_DECISION.SAME
          • MiscHelpers
            • MiscHelpers._rectify_nids()
            • MiscHelpers.add_aids()
            • MiscHelpers.dump_logs()
            • MiscHelpers.initialize_graph()
            • MiscHelpers.latest_logs()
            • MiscHelpers.print()
            • MiscHelpers.remove_aids()
            • MiscHelpers.update_node_attributes()
          • NameRelabel
            • NameRelabel._next_nid()
            • NameRelabel._rectified_relabel()
            • NameRelabel._rectify_names()
            • NameRelabel.node_label()
            • NameRelabel.node_labels()
            • NameRelabel.relabel_using_reviews()
          • NonDynamicUpdate
            • NonDynamicUpdate.apply_nondynamic_update()
            • NonDynamicUpdate.categorize_edges()
            • NonDynamicUpdate.collapsed_meta_edges()
          • Priority
            • Priority._generate_reviews()
            • Priority._increase_priority()
            • Priority._peek_many()
            • Priority._pop()
            • Priority._push()
            • Priority._reinstate_edge_priority()
            • Priority._remove_edge_priority()
            • Priority.confidently_connected()
            • Priority.confidently_separated()
            • Priority.generate_reviews()
            • Priority.peek()
            • Priority.peek_many()
            • Priority.pop()
            • Priority.prioritize()
            • Priority.push()
            • Priority.reinstate_internal_priority()
            • Priority.remaining_reviews()
            • Priority.remove_internal_priority()
          • QUAL
            • QUAL.CODE
              • QUAL.CODE.EXCELLENT
              • QUAL.CODE.GOOD
              • QUAL.CODE.JUNK
              • QUAL.CODE.OK
              • QUAL.CODE.POOR
              • QUAL.CODE.UNKNOWN
            • QUAL.CODE_TO_INT
            • QUAL.CODE_TO_NICE
            • QUAL.EXCELLENT
            • QUAL.GOOD
            • QUAL.INT_TO_CODE
            • QUAL.INT_TO_NICE
            • QUAL.JUNK
            • QUAL.NICE
              • QUAL.NICE.EXCELLENT
              • QUAL.NICE.GOOD
              • QUAL.NICE.JUNK
              • QUAL.NICE.OK
              • QUAL.NICE.POOR
              • QUAL.NICE.UNKNOWN
            • QUAL.NICE_TO_CODE
            • QUAL.NICE_TO_INT
            • QUAL.OK
            • QUAL.POOR
            • QUAL.UNKNOWN
          • Recovery
            • Recovery._check_inconsistency()
            • Recovery._mincut_edge_weights()
            • Recovery._new_inconsistency()
            • Recovery._purge_error_edges()
            • Recovery._set_error_edges()
            • Recovery.hypothesis_errors()
            • Recovery.is_recovering()
            • Recovery.maybe_error_edges()
          • Redundancy
            • Redundancy._purge_redun_flags()
            • Redundancy._set_neg_redun_flags()
            • Redundancy._set_pos_redun_flag()
            • Redundancy.filter_edges_flagged_as_redun()
            • Redundancy.is_flagged_as_redun()
            • Redundancy.update_extern_neg_redun()
            • Redundancy.update_neg_redun_to()
            • Redundancy.update_pos_redun()
          • RefreshCriteria
            • RefreshCriteria._prob_none_remain()
            • RefreshCriteria.add()
            • RefreshCriteria.ave()
            • RefreshCriteria.check()
            • RefreshCriteria.clear()
            • RefreshCriteria.pos_frac
            • RefreshCriteria.pred_num_positives()
            • RefreshCriteria.prob_any_remain()
          • SimulationHelpers
            • SimulationHelpers._dynamic_test_callback()
            • SimulationHelpers._print_previous_loop_statistics()
            • SimulationHelpers.init_simulation()
            • SimulationHelpers.init_test_mode()
            • SimulationHelpers.measure_error_edges()
            • SimulationHelpers.measure_metrics()
          • UserOracle
            • UserOracle.review()
          • VIEW
            • VIEW.B
            • VIEW.BL
            • VIEW.BR
            • VIEW.CODE
              • VIEW.CODE.B
              • VIEW.CODE.BL
              • VIEW.CODE.BR
              • VIEW.CODE.D
              • VIEW.CODE.DB
              • VIEW.CODE.DBL
              • VIEW.CODE.DBR
              • VIEW.CODE.DF
              • VIEW.CODE.DFL
              • VIEW.CODE.DFR
              • VIEW.CODE.DL
              • VIEW.CODE.DR
              • VIEW.CODE.F
              • VIEW.CODE.FL
              • VIEW.CODE.FR
              • VIEW.CODE.L
              • VIEW.CODE.R
              • VIEW.CODE.U
              • VIEW.CODE.UB
              • VIEW.CODE.UBL
              • VIEW.CODE.UBR
              • VIEW.CODE.UF
              • VIEW.CODE.UFL
              • VIEW.CODE.UFR
              • VIEW.CODE.UL
              • VIEW.CODE.UNKNOWN
              • VIEW.CODE.UR
            • VIEW.CODE_TO_INT
            • VIEW.CODE_TO_NICE
            • VIEW.D
            • VIEW.DB
            • VIEW.DBL
            • VIEW.DBR
            • VIEW.DF
            • VIEW.DFL
            • VIEW.DFR
            • VIEW.DIST
            • VIEW.DL
            • VIEW.DR
            • VIEW.F
            • VIEW.FL
            • VIEW.FR
            • VIEW.INT_TO_CODE
            • VIEW.INT_TO_NICE
            • VIEW.L
            • VIEW.NICE
              • VIEW.NICE.B
              • VIEW.NICE.BL
              • VIEW.NICE.BR
              • VIEW.NICE.D
              • VIEW.NICE.DB
              • VIEW.NICE.DBL
              • VIEW.NICE.DBR
              • VIEW.NICE.DF
              • VIEW.NICE.DFL
              • VIEW.NICE.DFR
              • VIEW.NICE.DL
              • VIEW.NICE.DR
              • VIEW.NICE.F
              • VIEW.NICE.FL
              • VIEW.NICE.FR
              • VIEW.NICE.L
              • VIEW.NICE.R
              • VIEW.NICE.U
              • VIEW.NICE.UB
              • VIEW.NICE.UBL
              • VIEW.NICE.UBR
              • VIEW.NICE.UF
              • VIEW.NICE.UFL
              • VIEW.NICE.UFR
              • VIEW.NICE.UL
              • VIEW.NICE.UNKNOWN
              • VIEW.NICE.UR
            • VIEW.NICE_TO_CODE
            • VIEW.NICE_TO_INT
            • VIEW.R
            • VIEW.U
            • VIEW.UB
            • VIEW.UBL
            • VIEW.UBR
            • VIEW.UF
            • VIEW.UFL
            • VIEW.UFR
            • VIEW.UL
            • VIEW.UNKNOWN
            • VIEW.UR
            • VIEW.d
            • VIEW.f1
            • VIEW.f2
          • color_nodes()
          • demo_refresh()
          • nx_ensure_agraph_color()
          • on_pick()
      • graphid.demo package
        • Submodules
          • graphid.demo.__main__ module
            • main()
          • graphid.demo.demo_script module
            • run_demo()
          • graphid.demo.dummy_algos module
            • DummyRanker
              • DummyRanker.predict_single_ranking()
              • DummyRanker.predict_rankings()
              • DummyRanker.predict_candidate_edges()
            • DummyVerif
              • DummyVerif.predict_proba_df()
              • DummyVerif.predict_edges()
              • DummyVerif.show_score_probs()
              • DummyVerif._get_truth()
          • graphid.demo.dummy_infr module
            • demodata_infr()
        • Module contents
          • DummyRanker
            • DummyRanker.predict_candidate_edges()
            • DummyRanker.predict_rankings()
            • DummyRanker.predict_single_ranking()
          • DummyVerif
            • DummyVerif._get_truth()
            • DummyVerif.predict_edges()
            • DummyVerif.predict_proba_df()
            • DummyVerif.show_score_probs()
          • demodata_infr()
          • run_demo()
      • graphid.util package
        • Submodules
          • graphid.util.mpl_plottool module
            • get_plotdat_dict()
            • set_plotdat()
            • make_bbox()
            • get_axis_xy_width_height()
            • ax_absolute_text()
            • cartoon_stacked_rects()
            • parse_fontkw()
          • graphid.util.mplutil module
            • multi_plot()
            • figure()
            • pandas_plot_matrix()
            • axes_extent()
            • extract_axes_extents()
            • adjust_subplots()
            • dict_intersection()
            • _dark_background()
            • _get_axis_xy_width_height()
            • set_figtitle()
            • legend()
            • distinct_colors()
            • distinct_markers()
            • deterministic_shuffle()
            • next_fnum()
            • ensure_fnum()
            • _save_requested()
            • show_if_requested()
            • save_parts()
            • autompl()
            • qtensure()
            • imshow()
            • colorbar()
            • _get_plotdat()
            • _set_plotdat()
            • _del_plotdat()
            • _get_plotdat_dict()
            • _ensure_divider()
            • scores_to_cmap()
            • scores_to_color()
            • reverse_colormap()
            • PlotNums
              • PlotNums._get_num_rc()
              • PlotNums._get_square_row_cols()
            • draw_border()
            • draw_boxes()
            • draw_line_segments()
            • make_heatmask()
            • Color
              • Color.ashex()
              • Color.as255()
              • Color.as01()
              • Color._is_base01()
              • Color._is_base255()
              • Color._hex_to_01()
              • Color._ensure_color01()
              • Color._255_to_01()
              • Color._string_to_01()
              • Color.named_colors()
              • Color.distinct()
              • Color.adjust_hsv()
              • Color.convert()
            • zoom_factory()
            • pan_factory()
            • PanEvents
              • PanEvents.pan_on_press()
              • PanEvents.pan_on_release()
              • PanEvents.pan_on_motion()
            • relative_text()
            • get_axis_xy_width_height()
          • graphid.util.name_rectifier module
            • demodata_oldnames()
            • simple_munkres()
            • find_consistent_labeling()
          • graphid.util.nx_dynamic_graph module
            • GraphHelperMixin
              • GraphHelperMixin.write()
              • GraphHelperMixin.has_nodes()
              • GraphHelperMixin.has_edges()
              • GraphHelperMixin.edges()
            • NiceGraph
            • nx_UnionFind
              • nx_UnionFind.clear()
              • nx_UnionFind.rebalance()
              • nx_UnionFind.to_sets()
              • nx_UnionFind.union()
              • nx_UnionFind.remove_entire_cc()
              • nx_UnionFind.add_element()
              • nx_UnionFind.add_elements()
            • DynConnGraph
              • DynConnGraph.clear()
              • DynConnGraph.number_of_components()
              • DynConnGraph.component()
              • DynConnGraph.component_nodes()
              • DynConnGraph.connected_to()
              • DynConnGraph.node_label()
              • DynConnGraph.node_labels()
              • DynConnGraph.are_nodes_connected()
              • DynConnGraph.connected_components()
              • DynConnGraph.component_labels()
              • DynConnGraph._cut()
              • DynConnGraph._union()
              • DynConnGraph._add_node()
              • DynConnGraph._remove_node()
              • DynConnGraph.add_edge()
              • DynConnGraph.add_edges_from()
              • DynConnGraph.add_node()
              • DynConnGraph.add_nodes_from()
              • DynConnGraph.remove_edge()
              • DynConnGraph.remove_edges_from()
              • DynConnGraph.remove_nodes_from()
              • DynConnGraph.remove_node()
              • DynConnGraph.subgraph()
          • graphid.util.nx_utils module
            • _dz()
            • nx_source_nodes()
            • nx_sink_nodes()
            • take_column()
            • dict_take_column()
            • itake_column()
            • list_roll()
            • diag_product()
            • e_()
            • edges_inside()
            • edges_outgoing()
            • edges_cross()
            • edges_between()
            • _edges_between_dense()
            • _edges_inside_lower()
            • _edges_inside_upper()
            • _edges_between_disjoint()
            • _edges_between_sparse()
            • group_name_edges()
            • ensure_multi_index()
            • demodata_bridge()
            • demodata_tarjan_bridge()
            • is_k_edge_connected()
            • complement_edges()
            • k_edge_augmentation()
            • is_complete()
            • random_k_edge_connected_graph()
            • edge_df()
            • nx_delete_node_attr()
            • nx_delete_edge_attr()
            • nx_gen_node_values()
            • nx_gen_node_attrs()
            • graph_info()
            • assert_raises()
            • bfs_conditional()
            • nx_gen_edge_attrs()
            • nx_gen_edge_values()
            • nx_edges()
            • nx_delete_None_edge_attr()
            • nx_delete_None_node_attr()
            • nx_node_dict()
          • graphid.util.priority_queue module
            • _heappush_max()
            • PriorityQueue
              • PriorityQueue._rebuild()
              • PriorityQueue.get()
              • PriorityQueue.clear()
              • PriorityQueue.update()
              • PriorityQueue.delete_items()
              • PriorityQueue.peek()
              • PriorityQueue.peek_many()
              • PriorityQueue.pop_many()
              • PriorityQueue.pop()
          • graphid.util.util_boxes module
            • box_ious_py()
            • Boxes
              • Boxes.random()
              • Boxes.copy()
              • Boxes.scale()
              • Boxes.shift()
              • Boxes.center
              • Boxes.shape
              • Boxes.area
              • Boxes.components
              • Boxes._cat()
              • Boxes.toformat()
              • Boxes.to_extent()
              • Boxes.to_xywh()
              • Boxes.to_cxywh()
              • Boxes.to_tlbr()
              • Boxes.clip()
              • Boxes.transpose()
              • Boxes.compress()
          • graphid.util.util_grabdata module
            • grab_test_imgpath()
            • _update_hashes()
            • _grabdata_with_mirrors()
            • grab_test_image_fpath()
          • graphid.util.util_graphviz module
            • dump_nx_ondisk()
            • ensure_nonhex_color()
            • show_nx()
            • netx_draw_images_at_positions()
            • parse_html_graphviz_attrs()
            • GRAPHVIZ_KEYS
              • GRAPHVIZ_KEYS.N
              • GRAPHVIZ_KEYS.E
              • GRAPHVIZ_KEYS.G
            • get_explicit_graph()
            • get_nx_layout()
            • apply_graph_layout_attrs()
            • patch_pygraphviz()
            • make_agraph()
            • _groupby_prelayout()
            • nx_agraph_layout()
            • parse_point()
            • parse_anode_layout_attrs()
            • parse_aedge_layout_attrs()
            • _get_node_size()
            • draw_network2()
            • stack_graphs()
            • translate_graph()
            • translate_graph_to_origin()
            • get_graph_bounding_box()
            • nx_ensure_agraph_color()
            • bbox_from_extent()
            • get_pointset_extents()
          • graphid.util.util_group module
            • sortedby()
            • grouping_delta()
            • order_dict_by()
            • group_pairs()
            • sort_dict()
          • graphid.util.util_image module
            • ensure_float01()
            • get_num_channels()
            • convert_colorspace()
            • _lookup_colorspace_code()
            • imread()
            • imwrite()
          • graphid.util.util_kw module
            • KWSpec
          • graphid.util.util_misc module
            • randn()
            • aslist()
            • classproperty
            • estarmap()
            • delete_dict_keys()
            • flag_None_items()
            • where()
            • delete_items_by_index()
            • make_index_lookup()
            • cprint()
            • ensure_iterable()
            • highlight_regex()
            • regex_word()
            • setdiff()
            • all_dict_combinations()
            • iteritems_sorted()
            • partial_order()
            • replace_nones()
            • take_percentile_parts()
            • snapped_slice()
            • get_timestamp()
            • isect()
            • safe_extreme()
            • safe_argmax()
            • safe_max()
            • safe_min()
            • stats_dict()
          • graphid.util.util_numpy module
            • iter_reduce_ufunc()
            • isect_flags()
            • atleast_nd()
            • apply_grouping()
            • group_indices()
            • group_items()
          • graphid.util.util_random module
            • shuffle()
            • random_combinations()
            • random_product()
            • _npstate_to_pystate()
            • _pystate_to_npstate()
            • ensure_rng()
          • graphid.util.util_tags module
            • tag_hist()
            • build_alias_map()
            • alias_tags()
            • filterflags_general_tags()
        • Module contents
          • Boxes
            • Boxes._cat()
            • Boxes.area
            • Boxes.center
            • Boxes.clip()
            • Boxes.components
            • Boxes.compress()
            • Boxes.copy()
            • Boxes.random()
            • Boxes.scale()
            • Boxes.shape
            • Boxes.shift()
            • Boxes.to_cxywh()
            • Boxes.to_extent()
            • Boxes.to_tlbr()
            • Boxes.to_xywh()
            • Boxes.toformat()
            • Boxes.transpose()
          • Color
            • Color._255_to_01()
            • Color._ensure_color01()
            • Color._hex_to_01()
            • Color._is_base01()
            • Color._is_base255()
            • Color._string_to_01()
            • Color.adjust_hsv()
            • Color.as01()
            • Color.as255()
            • Color.ashex()
            • Color.convert()
            • Color.distinct()
            • Color.named_colors()
          • DynConnGraph
            • DynConnGraph._add_node()
            • DynConnGraph._cut()
            • DynConnGraph._remove_node()
            • DynConnGraph._union()
            • DynConnGraph.add_edge()
            • DynConnGraph.add_edges_from()
            • DynConnGraph.add_node()
            • DynConnGraph.add_nodes_from()
            • DynConnGraph.are_nodes_connected()
            • DynConnGraph.clear()
            • DynConnGraph.component()
            • DynConnGraph.component_labels()
            • DynConnGraph.component_nodes()
            • DynConnGraph.connected_components()
            • DynConnGraph.connected_to()
            • DynConnGraph.node_label()
            • DynConnGraph.node_labels()
            • DynConnGraph.number_of_components()
            • DynConnGraph.remove_edge()
            • DynConnGraph.remove_edges_from()
            • DynConnGraph.remove_node()
            • DynConnGraph.remove_nodes_from()
            • DynConnGraph.subgraph()
          • GRAPHVIZ_KEYS
            • GRAPHVIZ_KEYS.E
            • GRAPHVIZ_KEYS.G
            • GRAPHVIZ_KEYS.N
          • GraphHelperMixin
            • GraphHelperMixin.edges()
            • GraphHelperMixin.has_edges()
            • GraphHelperMixin.has_nodes()
            • GraphHelperMixin.write()
          • KWSpec
          • NiceGraph
          • PanEvents
            • PanEvents.pan_on_motion()
            • PanEvents.pan_on_press()
            • PanEvents.pan_on_release()
          • PlotNums
            • PlotNums._get_num_rc()
            • PlotNums._get_square_row_cols()
          • PriorityQueue
            • PriorityQueue._rebuild()
            • PriorityQueue.clear()
            • PriorityQueue.delete_items()
            • PriorityQueue.get()
            • PriorityQueue.peek()
            • PriorityQueue.peek_many()
            • PriorityQueue.pop()
            • PriorityQueue.pop_many()
            • PriorityQueue.update()
          • adjust_subplots()
          • alias_tags()
          • all_dict_combinations()
          • apply_graph_layout_attrs()
          • apply_grouping()
          • aslist()
          • assert_raises()
          • atleast_nd()
          • autompl()
          • ax_absolute_text()
          • axes_extent()
          • bbox_from_extent()
          • bfs_conditional()
          • box_ious_py()
          • build_alias_map()
          • cartoon_stacked_rects()
          • classproperty
          • colorbar()
          • complement_edges()
          • convert_colorspace()
          • cprint()
          • delete_dict_keys()
          • delete_items_by_index()
          • demodata_bridge()
          • demodata_oldnames()
          • demodata_tarjan_bridge()
          • deterministic_shuffle()
          • diag_product()
          • dict_intersection()
          • dict_take_column()
          • distinct_colors()
          • distinct_markers()
          • draw_border()
          • draw_boxes()
          • draw_line_segments()
          • draw_network2()
          • dump_nx_ondisk()
          • e_()
          • edge_df()
          • edges_between()
          • edges_cross()
          • edges_inside()
          • edges_outgoing()
          • ensure_float01()
          • ensure_fnum()
          • ensure_iterable()
          • ensure_multi_index()
          • ensure_nonhex_color()
          • ensure_rng()
          • estarmap()
          • extract_axes_extents()
          • figure()
          • filterflags_general_tags()
          • find_consistent_labeling()
          • flag_None_items()
          • get_axis_xy_width_height()
          • get_explicit_graph()
          • get_graph_bounding_box()
          • get_num_channels()
          • get_nx_layout()
          • get_plotdat_dict()
          • get_pointset_extents()
          • get_timestamp()
          • grab_test_image_fpath()
          • grab_test_imgpath()
          • graph_info()
          • group_indices()
          • group_items()
          • group_name_edges()
          • group_pairs()
          • grouping_delta()
          • highlight_regex()
          • imread()
          • imshow()
          • imwrite()
          • is_complete()
          • is_k_edge_connected()
          • isect()
          • isect_flags()
          • itake_column()
          • iter_reduce_ufunc()
          • iteritems_sorted()
          • k_edge_augmentation()
          • legend()
          • list_roll()
          • make_agraph()
          • make_bbox()
          • make_heatmask()
          • make_index_lookup()
          • multi_plot()
          • netx_draw_images_at_positions()
          • next_fnum()
          • nx_UnionFind
            • nx_UnionFind.add_element()
            • nx_UnionFind.add_elements()
            • nx_UnionFind.clear()
            • nx_UnionFind.rebalance()
            • nx_UnionFind.remove_entire_cc()
            • nx_UnionFind.to_sets()
            • nx_UnionFind.union()
          • nx_agraph_layout()
          • nx_delete_None_edge_attr()
          • nx_delete_None_node_attr()
          • nx_delete_edge_attr()
          • nx_delete_node_attr()
          • nx_edges()
          • nx_ensure_agraph_color()
          • nx_gen_edge_attrs()
          • nx_gen_edge_values()
          • nx_gen_node_attrs()
          • nx_gen_node_values()
          • nx_node_dict()
          • nx_sink_nodes()
          • nx_source_nodes()
          • order_dict_by()
          • pan_factory()
          • pandas_plot_matrix()
          • parse_aedge_layout_attrs()
          • parse_anode_layout_attrs()
          • parse_fontkw()
          • parse_html_graphviz_attrs()
          • parse_point()
          • partial_order()
          • patch_pygraphviz()
          • qtensure()
          • randn()
          • random_combinations()
          • random_k_edge_connected_graph()
          • random_product()
          • regex_word()
          • relative_text()
          • replace_nones()
          • reverse_colormap()
          • safe_argmax()
          • safe_extreme()
          • safe_max()
          • safe_min()
          • save_parts()
          • scores_to_cmap()
          • scores_to_color()
          • set_figtitle()
          • set_plotdat()
          • setdiff()
          • show_if_requested()
          • show_nx()
          • shuffle()
          • simple_munkres()
          • snapped_slice()
          • sort_dict()
          • sortedby()
          • stack_graphs()
          • stats_dict()
          • tag_hist()
          • take_column()
          • take_percentile_parts()
          • translate_graph()
          • translate_graph_to_origin()
          • where()
          • zoom_factory()
    • Submodules
      • graphid.api module
        • GraphID
          • GraphID.add_annots_from()
          • GraphID.add_edges_from()
          • GraphID.add_edge()
          • GraphID.peek()
          • GraphID.subgraph()
          • GraphID.pccs()
          • GraphID.is_consistent()
          • GraphID.add_feedback()
    • Module contents
graphid
  • Overview: module code

All modules for which code is available

  • graphid.api
  • graphid.core._rhomb_dist
  • graphid.core.annot_inference
  • graphid.core.mixin_callbacks
  • graphid.core.mixin_dynamic
  • graphid.core.mixin_helpers
  • graphid.core.mixin_invariants
  • graphid.core.mixin_loops
  • graphid.core.mixin_priority
  • graphid.core.mixin_redundancy
  • graphid.core.mixin_simulation
  • graphid.core.mixin_viz
  • graphid.core.refresh
  • graphid.core.state
  • graphid.demo.__main__
  • graphid.demo.demo_script
  • graphid.demo.dummy_algos
  • graphid.demo.dummy_infr
  • graphid.util.mpl_plottool
  • graphid.util.mplutil
  • graphid.util.name_rectifier
  • graphid.util.nx_dynamic_graph
  • graphid.util.nx_utils
  • graphid.util.priority_queue
  • graphid.util.util_boxes
  • graphid.util.util_grabdata
  • graphid.util.util_graphviz
  • graphid.util.util_group
  • graphid.util.util_image
  • graphid.util.util_kw
  • graphid.util.util_misc
  • graphid.util.util_numpy
  • graphid.util.util_random
  • graphid.util.util_tags

© Copyright 2025, Jon Crall.

Built with Sphinx using a theme provided by Read the Docs.