turicreate.dbscan.DBSCANModel

class turicreate.dbscan.DBSCANModel(state)

DBSCAN clustering model. The DBSCAN model contains the results of DBSCAN clustering, which finds clusters by identifying “core points” of high probability density and building clusters around them.

This model should not be constructed directly. Instead, use turicreate.clustering.dbscan.create() to create an instance of this model.

Methods

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