output.stream: Output the Stream and its Description

Description Usage Arguments Value Author(s) Examples

Description

Write in a bunch of files the result of the stream generation. Output the data as a .csv file in a <prefix>_data.txt file. Output the labels in a <prefix>_labels.txt file. Output an extensive description of the data, outliers and subspaces in a <prefix>_description.txt file

Usage

1
output.stream(stream, prefix)

Arguments

stream

An object of class stream.

prefix

Prefix to give the output files

Value

Nothing

Author(s)

Edouard Fouché, edouard.fouche@kit.edu

Examples

1
2
stream <- generate.dynamic.stream()
output.stream(stream, "example")

edouardfouche/R-streamgenerator documentation built on May 15, 2019, 11:02 p.m.