Skip to content

[BUG] default predicted slot for tSNE is set to a slot that doesnt exist #66

@grlloyd

Description

@grlloyd

example:

M = tSNE()
predicted(M)

result:
"tnse"

this causes tSNE when part of a sequence to fail because

predicted(M)
Error in slot(obj, name) : 
  no slot of name "tsne" for this object of class "tSNE"

To work around this the predicted slot can be set when creating the object:

M = tSNE(predicted = 'Y')

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions