
Segmentation using graph structure
agraph_one_lambda(
gamma,
graph,
lambda = 1,
weights = NULL,
delta = 1e-10,
tol = 1e-08,
thresh = 0.01
)
entry vector to regularize
an igraph object (from package igraph
) giving the regularization structure
regularizing constant
weights for gamma. Default value is one.
Computational constant in the adaptive ridge reweighting formula.
Tolerance to test for convergence of the adaptive ridge
Thresholding constant used to fuse two adjacent regions with close value of gamma
.