Click or drag to resize

Input And Output

This section describes input and output operations on vector that allow to save and load vectors from CSV file.

Methods

Operation

Description

Performance

save

Saves vector to CSV file in a specified path.

methodSave(String)

load

Loads vector from CSV file in a specified path.

methodLoad(String)

The file to load vector from should contain vector elements, each one on a new line:

VFile

Vector loaded from this file will be the following:

VFile Load

See Also