Class EDMDSolver
The class EDMDSolver
implements the EDMD algorithm.
API Documentation¶
__init__(dictionary)
¶
Initialize the EDMDSolver instance.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
dictionary
|
Dictionary
|
The dictionary used in the algorithm. |
required |
solve(dataset)
¶
Applies the EDMD algorithm to compute the Koopman operator.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
dataset
|
KoopmanDataSet
|
The dataset containing state and label data. |
required |
Returns:
Type | Description |
---|---|
Koopman
|
The Koopman operator as a linear mapping function. |