Package org.drip.regression.core
Class RegressionRunDetail
java.lang.Object
org.drip.regression.core.RegressionRunDetail
public class RegressionRunDetail
extends java.lang.Object
RegressionRunDetail contains named field level detailed output of the regression activity.
- Module = Computational Core Module
- Library = Computation Support
- Project = Regression Engine Core and the Unit Regressors
- Package = Regression Engine Core - Unit Regressors
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description RegressionRunDetail()
Empty constructor: Regression detail fields will be initialized -
Method Summary
Modifier and Type Method Description CaseInsensitiveTreeMap<java.lang.String>
getFieldMap()
Retrieve the field mapboolean
set(java.lang.String strKey, java.lang.String strValue)
Set the Key Value Map EntryMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RegressionRunDetail
public RegressionRunDetail()Empty constructor: Regression detail fields will be initialized
-
-
Method Details
-
set
public boolean set(java.lang.String strKey, java.lang.String strValue)Set the Key Value Map Entry- Parameters:
strKey
- Name of the regression detail fieldstrValue
- Value of the regression detail field- Returns:
- TRUE - "set" succeeded
-
getFieldMap
Retrieve the field map- Returns:
- The Field Map
-