Returns \(I(\)domination number of CS-PCD is less than or equal to k
\()\) where the vertices of the CS-PCD are the data points Xp
,
that is, returns 1 if the domination number of CS-PCD is less than the prespecified value k
, returns 0
otherwise. It also provides the vertices (i.e., data points) in a dominating set of size k
of CS-PCD.
CS proximity region is constructed with respect to the triangle tri
\(=T(A,B,C)\) with
expansion parameter \(t>0\) and edge regions are based on the center \(M=(m_1,m_2)\)
in Cartesian coordinates or \(M=(\alpha,\beta,\gamma)\) in barycentric coordinates in the interior of tri
;
default is \(M=(1,1,1)\) i.e., the center of mass of tri
.
Edges of tri
, \(AB\), \(BC\), \(AC\), are also labeled as 3, 1, and 2, respectively.
Loops are allowed in the digraph.
See also (ceyhan:mcap2012;textualpcds).
Caveat: It takes a long time for large number of vertices (i.e., large number of row numbers).