RandomWalkPlusW2VModel ====================== .. currentmodule:: mowl.models .. autoclass:: RandomWalkPlusW2VModel :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~RandomWalkPlusW2VModel.class_embeddings ~RandomWalkPlusW2VModel.evaluation_model ~RandomWalkPlusW2VModel.individual_embeddings ~RandomWalkPlusW2VModel.object_property_embeddings .. rubric:: Methods Summary .. autosummary:: ~RandomWalkPlusW2VModel.add_axioms ~RandomWalkPlusW2VModel.from_pretrained ~RandomWalkPlusW2VModel.set_w2v_model ~RandomWalkPlusW2VModel.train .. rubric:: Attributes Documentation .. autoattribute:: class_embeddings .. autoattribute:: evaluation_model .. autoattribute:: individual_embeddings .. autoattribute:: object_property_embeddings .. rubric:: Methods Documentation .. automethod:: add_axioms .. automethod:: from_pretrained .. automethod:: set_w2v_model .. automethod:: train