Guest User

Untitled

a guest
Sep 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. source('./U-Rerf/rfr_us.R')
  2. X <- as.matrix(read.csv('mnist_pca_projection.csv',header = FALSE))
  3. X <- urerf(X)
  4. cluster(X, numClusters=5, clusterType='average')
Add Comment
Please, Sign In to add comment