ManifestMixin#

class scikitplot.annoy.ManifestMixin[source]#

Export/import metadata only.

Safe for huge indexes.

classmethod from_json(path)[source]#
Parameters:

path (str)

classmethod from_manifest(manifest)[source]#
Parameters:

manifest (dict[str, Any])

classmethod from_yaml(path)[source]#
Parameters:

path (str)

to_json(path=None)[source]#
Parameters:

path (str | None)

Return type:

str

to_manifest()[source]#
Return type:

dict[str, Any]

to_yaml(path)[source]#
Parameters:

path (str)

Return type:

None