SlicedInverseRegressionResult

class otsliced.SlicedInverseRegressionResult(*args)

Result class for SIR method.

Methods

getClassName()

Accessor to the object's name.

getDirections()

Directions accessor.

getEigenvalues()

Eigen values accessor.

getInverseTransformation()

Inverse transformation function accessor.

getName()

Accessor to the object's name.

getTransformation()

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:
directionsopenturns.Matrix

Directions matrix

getEigenvalues()

Eigen values accessor.

Returns:
eigenvaluesopenturns.Point

Eigen values

getInverseTransformation()

Inverse transformation function accessor.

Returns:
inverseTransformationopenturns.Function

Inverse transformation function

getName()

Accessor to the object’s name.

Returns:
namestr

The name of the object.

getTransformation()

Transformation function accessor.

Returns:
transformationopenturns.Function

Transformation function

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.