assigning: msmbuilder.assigning

This module contains codes for assigning all of the frames in a project to a set of already-identified cluster centers. This is used when, due to memory or CPU constraints, the initial clustering step is done with only a subset of the total data.

Functions

assign_in_memory(metric, generators, project) Assign every frame to its closest generator
assign_with_checkpoint(metric, project, ...) Assign every frame to its closest generator
streaming_assign_with_checkpoint(metric, ...)