exportFeatureAndShapeResults: Export feature run and load shape results

Description Usage Arguments

View source: R/util-export.R

Description

Loads feature data and load shape clustering data from RData files and saves them into the selected export format

Usage

1
2
exportFeatureAndShapeResults(feature.data, shape.results.data = NULL,
  format = "hdf5", prefix = "", filePath = ".")

Arguments

feature.data

File path to an RData file with feature data data frame or the data frame itself

shape.results.data

Optional file path to an RData file containing load shape clustering results or the results object itself. i.e. results from visdomloadshape::shapeFeatures(visdomloadshape::shapeCategoryEncoding())

format

Export data format - one of the ones supported by exportData()

prefix

Optional prefix to put n froun of all feature names

filePath

optional path to the directory where exported data should be written if the export type is a file. '.' by default.


ConvergenceDA/visdom documentation built on May 6, 2019, 12:51 p.m.