Overview

Kriging is a tool which produces ‘N’ dimensional approximation for the training data. Given a file containing data with both independent and dependent variables, we intend to model the relation between these variables. By using this model, we can find the output for the new input data.

Note: The independent variables can be of any of dimension while the dependent variables is restricted to only one dimension.