SlicedInverseRegressionResult¶
- class otsliced.SlicedInverseRegressionResult(*args)¶
Result class for SIR method.
Methods
Accessor to the object's name.
Directions accessor.
Eigen values accessor.
Inverse transformation function accessor.
getName
()Accessor to the object's name.
Transformation function accessor.
hasName
()Test if the object is named.
setName
(name)Accessor to the object's name.
- __init__(*args)¶
- getClassName()¶
Accessor to the object’s name.
- Returns:
- class_namestr
The object class name (object.__class__.__name__).
- getDirections()¶
Directions accessor.
- Returns:
- directions
openturns.Matrix
Directions matrix
- directions
- getEigenvalues()¶
Eigen values accessor.
- Returns:
- eigenvalues
openturns.Point
Eigen values
- eigenvalues
- getInverseTransformation()¶
Inverse transformation function accessor.
- Returns:
- inverseTransformation
openturns.Function
Inverse transformation function
- inverseTransformation
- getName()¶
Accessor to the object’s name.
- Returns:
- namestr
The name of the object.
- getTransformation()¶
Transformation function accessor.
- Returns:
- transformation
openturns.Function
Transformation function
- transformation
- hasName()¶
Test if the object is named.
- Returns:
- hasNamebool
True if the name is not empty.
- setName(name)¶
Accessor to the object’s name.
- Parameters:
- namestr
The name of the object.