boosted_clique: Function to perform boosted clique on two input circles

Description Usage Arguments Value

Description

Function to perform boosted clique on two input circles

Usage

1
2
3
4
boosted_clique(circle_in, circle_ref, ncross_in_bins = 30,
  xbins_in = 20, ncross_in_bin_size = 1, ncross_ref_bins = NULL,
  xbins_ref = 30, ncross_ref_bin_size = NULL, eps = 0.75, seed = 1,
  num_cores = 8, plot = TRUE, verbose = FALSE, cl = NULL)

Arguments

circle_in

The input circle

circle_ref

The reference circle

ncross_in_bins

Number of bins in the input circle (See smart_sample)

xbins_in

Number of bins along each axis in the hexbin grid for the input circle

ncross_in_bin_size

Number of points to sample from each bin in the input circle

ncross_ref_bins

Number of bins in the reference circle

xbins_ref

Number of bins along each axis in the hexbin grid for the reference circle

ncross_ref_bin_size

Number of points to sample from each bin in the reference circle

eps

Distance tolerance for declaring an edge match

seed

The random seed for reproducing results

num_cores

The number of processor cores for parallel processing

plot

If TRUE, produce a plot of the clique results

verbose

If TRUE, print out the timing results for each portion of the algorithm

cl

Optionally, a parallel cluster that has already been created

Value

The statistics for the matching between the two circles


erichare/shoeprintr documentation built on May 10, 2019, 1:10 a.m.