https://github.com/cran/DatabionicSwarm
Raw File
Tip revision: f6de06577b06bc6552963bf8d828d1d247404086 authored by Michael Thrun on 13 October 2023, 11:30:02 UTC
version 1.2.1
Tip revision: f6de065
ProjectedPoints2Grid.Rd
\name{ProjectedPoints2Grid}
\alias{ProjectedPoints2Grid}
\title{
Transforms ProjectedPoints to a grid
}
\description{
quantized xy cartesianncoordinates of ProjectedPoints
}
\usage{
ProjectedPoints2Grid(ProjectedPoints, Lines, Columns,PlotIt=FALSE, Cls)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
\item{ProjectedPoints}{[1:n,1:2] numeric matrix of cartesian xy coordinates}
\item{Lines}{double, length of small side of the rectangular grid}
\item{Columns}{double, length of big side of the rectangular grid}
\item{PlotIt}{optional, bool, shows the result if TRUE}
\item{Cls}{[1:n] numeric vector of classes for each projected point}
}
\details{
intern function, described in [Thrun, 2018, p.47]
}
\value{
BestMatches[1:n,1:3] columns in order: Key,Lines,Columns
}
\author{
Michael Thrun
}
\seealso{\code{\link{GeneratePswarmVisualization}}
}
\references{
[Thrun, 2018]  Thrun, M. C.: Projection Based Clustering through Self-Organization and Swarm Intelligence, doctoral dissertation 2017, Springer, Heidelberg, ISBN: 978-3-658-20539-3, \doi{10.1007/978-3-658-20540-9}, 2018. 
}
\keyword{GeneratePswarmVisualization}% use one of  RShowDoc("KEYWORDS")
\keyword{generlized Umatrix}% __ONLY ONE__ keyword per line
back to top