convertIntoSampleTimeSeries: This method is used to converts normalized timeseries data...

View source: R/sample_FBN.R

convertIntoSampleTimeSeriesR Documentation

This method is used to converts normalized timeseries data into a list of samples

Description

This method is used to converts normalized timeseries data into a list of samples

Usage

convertIntoSampleTimeSeries(
  normalizedData,
  func = function(x) paste(x[1], x[2], x[3], sep = "-"),
  splitor = as.character("-")
)

Arguments

normalizedData

An output of the method normalizeTimesereisRawData that normalized timeseries data

func

A function that specified how to split the column names

splitor

A separator.


clsdavid/FBNNet2_public documentation built on April 20, 2023, 4:36 p.m.