RhombicuboctahedronDistanceDemo()
_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()
InfrCallbacks
InfrCallbacks.set_ranker()
InfrCallbacks.set_verifier()
InfrCallbacks.refresh_candidate_edges()
InfrCandidates
InfrCandidates.add_candidate_edges()
InfrCandidates.ensure_task_probs()
InfrCandidates.ensure_priority_scores()
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()
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()
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()
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()
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()
_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()
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()
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()
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()
_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
main()
run_demo()
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()
demodata_infr()
get_plotdat_dict()
set_plotdat()
make_bbox()
get_axis_xy_width_height()
ax_absolute_text()
cartoon_stacked_rects()
parse_fontkw()
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()
demodata_oldnames()
simple_munkres()
find_consistent_labeling()
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()
_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()
_heappush_max()
PriorityQueue
PriorityQueue._rebuild()
PriorityQueue.get()
PriorityQueue.clear()
PriorityQueue.update()
PriorityQueue.delete_items()
PriorityQueue.peek()
PriorityQueue.peek_many()
PriorityQueue.pop_many()
PriorityQueue.pop()
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()
grab_test_imgpath()
_update_hashes()
_grabdata_with_mirrors()
grab_test_image_fpath()
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()
bbox_from_extent()
get_pointset_extents()
sortedby()
grouping_delta()
order_dict_by()
group_pairs()
sort_dict()
ensure_float01()
get_num_channels()
convert_colorspace()
_lookup_colorspace_code()
imread()
imwrite()
KWSpec
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()
iter_reduce_ufunc()
isect_flags()
atleast_nd()
apply_grouping()
group_indices()
group_items()
shuffle()
random_combinations()
random_product()
_npstate_to_pystate()
_pystate_to_npstate()
ensure_rng()
tag_hist()
build_alias_map()
alias_tags()
filterflags_general_tags()
GraphID
GraphID.add_annots_from()
GraphID.add_edges_from()
GraphID.add_edge()
GraphID.peek()
GraphID.subgraph()
GraphID.pccs()
GraphID.is_consistent()
GraphID.add_feedback()
[docs] def main(): from graphid.demo import run_demo run_demo() if __name__ == '__main__': main()