assign_reallocations_to_user: Assigns mutiple single events for reallocation to clusters to...

View source: R/clustering.R

assign_reallocations_to_userR Documentation

Assigns mutiple single events for reallocation to clusters to a single user.

Description

Assigns mutiple single events for reallocation to clusters to a single user.

Usage

assign_reallocations_to_user(
  event_report_ids,
  user_id,
  clusterattempt_id,
  is_corrective
)

Arguments

event_report_ids

The autocluster_ids to allocate.

user_id

The user id to allocate to.

clusterattempt_id

Id of the clustering attempt (must match clusteratttempt_id of the allocations).

is_corrective

Is the cluster reallocation in corrective mode (usually 0 i.e. not in corrective mode). Corrective mode is implemented when reallocation stage takes place after the combination stage has taken place.


gidonc/durhamevp documentation built on April 8, 2022, 10:31 a.m.