Turi Create
4.0
|
This is the complete list of members for turi::unity_sgraph, including all inherited members.
add_edge_field(std::shared_ptr< unity_sarray_base > column_data, std::string field) | turi::unity_sgraph | |
add_edges(std::shared_ptr< unity_sframe_base > edges, const std::string &source_field_name, const std::string &target_field_name, size_t groupa=0, size_t groupb=0) | turi::unity_sgraph | |
add_vertex_field(std::shared_ptr< unity_sarray_base > column_data, std::string field) | turi::unity_sgraph | |
add_vertices(std::shared_ptr< unity_sframe_base > vertices, const std::string &id_field_name, size_t group=0) | turi::unity_sgraph | |
clone() | turi::unity_sgraph | |
copy_edge_field(std::string field, std::string newfield, size_t groupa=0, size_t groupb=0) | turi::unity_sgraph | |
copy_vertex_field(std::string field, std::string newfield, size_t group=0) | turi::unity_sgraph | |
dag_singleton | turi::unity_sgraph | static |
delete_edge_field(std::string field, size_t groupa=0, size_t groupb=0) | turi::unity_sgraph | |
delete_vertex_field(std::string field, size_t group=0) | turi::unity_sgraph | |
get_dag() | turi::unity_sgraph | static |
get_edge_field_types(size_t groupa=0, size_t groupb=0) | turi::unity_sgraph | |
get_edge_fields(size_t groupa=0, size_t groupb=0) | turi::unity_sgraph | |
get_edges(const std::vector< flexible_type > &source_vids=std::vector< flexible_type >(), const std::vector< flexible_type > &target_vids=std::vector< flexible_type >(), const options_map_t &field_constraint=options_map_t(), size_t groupa=0, size_t groupb=0) | turi::unity_sgraph | |
get_graph() const | turi::unity_sgraph | |
get_vertex_field_types(size_t group=0) | turi::unity_sgraph | |
get_vertex_fields(size_t group=0) | turi::unity_sgraph | |
get_vertices(const std::vector< flexible_type > &vid_vec=std::vector< flexible_type >(), const options_map_t &field_constraint=options_map_t(), size_t group=0) | turi::unity_sgraph | |
load(iarchive &iarc) | turi::unity_sgraph | |
load_graph(std::string target_dir) | turi::unity_sgraph | |
operator=(const unity_sgraph &)=default | turi::unity_sgraph | |
rename_edge_fields(const std::vector< std::string > &oldnames, const std::vector< std::string > &newnames) | turi::unity_sgraph | |
rename_vertex_fields(const std::vector< std::string > &oldnames, const std::vector< std::string > &newnames) | turi::unity_sgraph | |
save(oarchive &oarc) const | turi::unity_sgraph | |
save_graph(std::string target_dir, std::string format) | turi::unity_sgraph | |
save_reference(oarchive &oarc) const | turi::unity_sgraph | |
save_reference(std::string target_dir) const | turi::unity_sgraph | |
select_edge_fields(const std::vector< std::string > &fields, size_t groupa=0, size_t groupb=0) | turi::unity_sgraph | |
select_vertex_fields(const std::vector< std::string > &fields, size_t group=0) | turi::unity_sgraph | |
summary() | turi::unity_sgraph | |
swap_edge_fields(const std::string &field1, const std::string &field2) | turi::unity_sgraph | |
swap_vertex_fields(const std::string &field1, const std::string &field2) | turi::unity_sgraph | |
unity_sgraph(size_t npartitions=SGRAPH_DEFAULT_NUM_PARTITIONS) | turi::unity_sgraph | explicit |
unity_sgraph(std::shared_ptr< sgraph >) | turi::unity_sgraph | |
unity_sgraph(const unity_sgraph &)=default | turi::unity_sgraph | explicit |
~unity_sgraph() | turi::unity_sgraph | virtual |