plotSwarm: Intern function for plotting during the Pswarm annealing...

View source: R/plotSwarm.R

plotSwarmR 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


Mthrun/DatabionicSwarm documentation built on Nov. 2, 2023, 6:51 a.m.