ransac: RANSAC

Description Usage Arguments

Description

RANSAC

Usage

1
2
ransac(xdata, ydata, n, threshold, good.fit.perct, k = 100,
  family = "binomial.glm", mc.cores = 1, ...)

Arguments

xdata

co-variates (rows: observations | coluns: co-variates)

ydata

response

n

minimum number of observations that will be fitted in the model

threshold

error threshold to determine if observation is inliner

good.fit.perct

discard models that have less than this percentage of inliners

k

number of times model is run

family

type of model that should be used

mc.cores

number of processes to process the iteration of ransac


sysbiomed/ransac documentation built on May 14, 2019, 12:55 a.m.