load

fun load(datasetPath: String)

Load a dataset from a CSV path into one or three DatasetModels depending on targetToAchieve.

  • Always loads one model at index 0.

  • If targetToAchieve == ALL, also loads models at indices 1 (WORST) and 2 (AVERAGE).

Parameters

datasetPath

Path to the CSV dataset file.