create_CBMS15_attributes: Generate CBMS'15+ Attributes

Description Usage Arguments Value References See Also

View source: R/features.R

Description

Generates CBMS'15+ attributes (evolution features) from a data frame and the output of a clustering with clustering, according to \insertCiteNiemann:CBMS15evoxploit.

Usage

1
2
3
4
5
6
7
8
9
create_CBMS15_attributes(
  df,
  label,
  li_clustering,
  train_lgc = rep(TRUE, nrow(df)),
  suffix,
  verbose = FALSE,
  ...
)

Arguments

df

A data frame.

label

The target variable, given as either factor or numeric variable.

li_clustering

The output of clustering.

suffix

A string indicating the start of the wave index suffix.

verbose

Whether or not to show some diagnostic messages. Defaults to FALSE.

Value

A data frame with the following columns:

Legend:

References

\insertAllCited

See Also

create_IDA14_attributes, create_simple_attributes


unmnn/evoxploit documentation built on Oct. 28, 2020, 12:24 p.m.