graphai.core.ontology.ontology module

graphai.core.ontology.ontology.recompute_clusters(ontology_data_obj, n_clusters, min_n)
graphai.core.ontology.ontology.get_concept_category_closest(ontology_data_obj, concept_id, avg, coeffs, top_n, use_depth_3, return_clusters, use_embeddings=False)
graphai.core.ontology.ontology.get_cluster_category_closest(ontology_data_obj, cluster_id, avg, coeffs, top_n, use_depth_3, use_embeddings=False)
graphai.core.ontology.ontology.get_concept_concept_closest(ontology_data_obj, concept_id, top_n, use_embeddings=False)
graphai.core.ontology.ontology.break_up_cluster(ontology_data_obj, cluster_id, n_clusters)
graphai.core.ontology.ontology.get_category_info(ontology_data_obj, cat_id)
graphai.core.ontology.ontology.get_cluster_info(ontology_data_obj, cluster_id)
graphai.core.ontology.ontology.get_concept_info(ontology_data_obj, concept_ids)