turicreate.degree_counting.DegreeCountingModel

class turicreate.degree_counting.DegreeCountingModel(model)

Model object containing the in degree, out degree and total degree for each vertex,

Below is a list of queryable fields for this model:

Field Description
graph A new SGraph with the degree counts as vertex properties
training_time Total training time of the model

This model cannot be constructed directly. Instead, use turicreate.degree_counting.create() to create an instance of this model. A detailed list of parameter options and code samples are available in the documentation for the create function.

See also

create

Methods

DegreeCountingModel.name() Returns the name of the model.
DegreeCountingModel.save(location) Save the model.
DegreeCountingModel.summary([output]) Print a summary of the model.