Module: PreprocessService

Helper library for various preprocessing tasks

Source:

Methods

(method) Preprocess(name:, jsonData:)

Preprocess the data

Parameters:
Name Type Description
name:

The name of the preprocess function

jsonData:

The JSON data

Source:

(method) Spectra(jsonData:)

Preprocess the spectra data

Parameters:
Name Type Description
jsonData:

The JSON data

Source:

(method) SpectraJoinReflectances(jsonData:)

Preprocess the spectra data by joining reflectances into a single column

Parameters:
Name Type Description
jsonData:

The JSON data

Source:

(method) SpectraTable(jsonData:)

Preprocess the spectra data as a table

Parameters:
Name Type Description
jsonData:

The JSON data

Source: