powered by
PDA projection pursuit index
PDAindex(origclass,origdata,proj,weight=TRUE,lambda=0.1)
class information vector
data matrix without class information
projection matrix
weight flag in PDA
lambda in PDA index
Calculate PDA projection pursuit index value
Lee, EK., Cook, D.(2010) A projection pursuit index for large p small n data, Statistics and Computing, 20:381-392.
# NOT RUN { data(iris) PDAindex(iris[,5],as.matrix(iris[,1:4]),lambda=0.2) # }
Run the code above in your browser using DataLab