Skip to content

Typo in section 5.4.3 #74

@abby529

Description

@abby529

In the last sample code of this part, package RANN is being loaded, while this package seems not to need to be loaded.
Even without RANN loaded, the last 2 lines of code can still work well.

library(RANN)
knnImpute=preProcess(missing_tgexp,method="knnImpute")
knnimputedGexp=predict(knnImpute,missing_tgexp) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions