These modules are used for import txt files in the database in the right blackboard
MODULES
CSV
Imports a Comma Separated Values (CSV) file into a blackboard.
Columns are features and lines are data points.
If cells are numbers they are converted to doubles.TSV
Imports a Comma Separated Values (CSV) file into a blackboard.
Columns are features and lines are data points.
If cells are numbers they are converted to doubles.ImportCSV
Imports a Comma Separated Values (CSV) file into a blackboard.
Columns are features and lines are data points.
If cells are numbers they are converted to doubles.ImportTextFiles
Imports a Text file (TXT) into a blackboard.
Columns are features and lines are data points.
If cells are numbers they are converted to doubles.