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 standard equilateral triangle \(T_e=T(A,B,C)=T((0,0),(1,0),(1/2,\sqrt{3}/2))\) 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 \(T_e\);
default is \(M=(1,1,1)\) i.e., the center of mass of \(T_e\) (which is equivalent to the circumcenter of \(T_e\)).
Edges of \(T_e\), \(AB\), \(BC\), \(AC\), are also labeled as 3, 1, and 2, respectively.
Loops are allowed in the digraph.
It takes a long time for large number of vertices (i.e., large number of row numbers).
See also (ceyhan:mcap2012;textualpcds).