-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sometimes, plain old regression is required. So I added inverse emulators (in goes reflectance, out comes parameters).
- Loading branch information
Jose Gomez-Dans
committed
Oct 8, 2018
1 parent
645fae6
commit 7392d48
Showing
3 changed files
with
90 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
#!/usr/bin/env python | ||
|
||
__author__ = "J Gomez-Dans" | ||
__copyright__ = "Copyright 2017, 2018 J Gomez-Dans" | ||
__version__ = "1.6.5" | ||
__license__ = "GPLv3" | ||
__email__ = "[email protected]" | ||
|
||
from .GaussianProcess import GaussianProcess, k_fold_cross_validation | ||
from .multivariate_gp import MultivariateEmulator | ||
from .lhd import lhd | ||
from .emulation_helpers import create_training_set, create_validation_set | ||
from .emulation_helpers import create_emulator_validation | ||
from .emulation_helpers import create_single_band_emulators | ||
from .emulation_helpers import create_inverse_emulators |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters