plotSwarm {DatabionicSwarm} | R Documentation |
Intern function for plotting during the Pswarm annealing process
Description
Intern function, generates a scatter plot of the progess of the Pswarm algorithm after every nash equlibirum.
Every point symbolizes a Databot. If a prior classification is given (Cls
) then the Databots have the colors defined by the class labels.
Usage
plotSwarm(Points,Cls,xlab,ylab,main)
Arguments
Points |
ProjectedPoints or DataBot positions in cartesian coordinates |
Cls |
optional, Classification as a numeric vector, if given |
xlab |
='X', optional, string |
ylab |
='Y', optional, string |
main |
="DataBots", optional, string |
Author(s)
Michael Thrun
See Also
Pswarm
with PlotIt
=TRUE
[Package DatabionicSwarm version 2.0.0 Index]