In some forms of usage, the initialization was changed, which is incorrect.
Description of changes
Copy the intialization when constructing TSNEEmbedding and PartialTSNEEmbedding objects. This only happens once, so the memory impact should be minimal.
Issue
In some forms of usage, the initialization was changed, which is incorrect.
Description of changes
Copy the intialization when constructing
TSNEEmbedding
andPartialTSNEEmbedding
objects. This only happens once, so the memory impact should be minimal.Includes