Dataset
scalation.theory.Dataset
The Dataset class supports loading data files (e.g., CSV files) and pre-processing them to create predictor/input matrices and response/output vectors. FIX -- extend to models that allow multiple responses/outputs (vector -> matrix).
Value parameters
- fileName
-
the name of the file storing the dataset
- name
-
the name of the dataset
- xcols
-
the desired column numbers to take for predictors
- ycol
-
the desired column number to take for the response
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article