powered by
This function plots the noise score for each observation
plot( score, data, cl, geom.ind = "text", labelsize = 3, geom_point_size = 3, ... )
a vector of values indicating the optential of being a noise.
matrix or data frame with no label.
factor of true classifications of data set.
as geom for observations, which can be set to "text", "point" and "none". The default is "text".
size of geom_text.
size of geom_point and geom_none.
optional parameters to be passed to other methods.
an plot of PCA with the noise score of each observation
# NOT RUN { data(iris) out = fmf(Species~.,iris) plot(out$noise_score, iris[,-1], iris[,1]) # }
Run the code above in your browser using DataLab