R/class_clv_data.R, R/f_s3generics_clvdata.R
clv.data-class.RdStores the processed transactional data and holds an object of class clv.time which stores further information about the split in an estimation and holdout sample.
A clv.data object serves as input into the various model fitting functions.
# S4 method for class 'clv.data'
show(object)callSingle language of the call used to create the object
nameHuman-readable name of the type of transactional data
clv.timeclv.time object that stores and is used for processing all timepoint related information
data.transactionsSingle data.table containing the original transaction data, with columns renamed to 'Id', 'Date', 'Price'
data.repeat.transSingle data.table containing only the repeat transactions
has.spendingSingle logical whether the data contains information about the amount spent per transaction
has.holdoutSingle logical whether the data is split in a holdout and estimation period