SWCut: SWCut

Description Usage Arguments Value

View source: R/bayeslabel.R

Description

Swendsen-Wang graph cut techniques. The edges located within each subgraph (same z) has a positive probability to stay "on" or "off". The edges with "off" labels are closed so that it is further cut to smaller subgraphs.

Usage

1
SWCut(para)

Arguments

para

parameter list

rhoScale

a 4-element vector, used when rho values need to be scaled for a propor graph cut. Default=c(1,1,1,0)

Value

A list with three elements, representing z=1, z=2, or z=3. Each element is also a list, contains all subgraph with same z value.


BANFF documentation built on May 29, 2017, 11:59 a.m.

Related to SWCut in BANFF...