Skip to content
Snippets Groups Projects
Commit 84d89092 authored by Jan Habscheid's avatar Jan Habscheid
Browse files

Prediction for LR

parent ae82f89a
No related branches found
No related tags found
1 merge request!7Examples microstructures
Showing
with 3 additions and 4 deletions
No preview for this file type
examples/Figures/PressureLinearRegression14.png

225 KiB

examples/Figures/PressureLinearRegression14_NoZoom.png

107 KiB

examples/Figures/VelocityLinearRegression14.png

392 KiB

examples/Figures/VelocityLinearRegression14_NoZoom.png

170 KiB

......@@ -15,14 +15,13 @@ import sys
sys.path.insert(0, os.path.abspath(os.path.join("..", "../src")))
sys.path.insert(0, os.path.abspath('../src'))
from miscellaneous.DataPreparation import save_numpy_to_xml
from miscellaneous.error_evaluation import integrate, get_solution_vectors, load_geometry, show_multipatch_field
from models.LinearRegression import LinearRegressionModel
from models.RBFInterpolator import RadialBasisRegressionModel
from models.GaussianProcessRegressor import GaussianProcessRegressionModel
from miscellaneous.DataPreparation import save_numpy_to_xml
from miscellaneous.error_evaluation import integrate, get_solution_vectors, load_geometry, show_multipatch_field
# Hard coded from gismo results
VELOCITY_SIZE = 3066
PRESSURE_SIZE = 1399
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
File added
File added
File added
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment