paramspacerestriction-class {rPorta} | R Documentation |
Class "paramspacerestriction"
Description
Encapsulates information returned by failureRegions
.
Objects from the Class
An paramspacerestriction
object holds five slots.
Slots
parameterspace
:- The original
poi
object representing the parameter space.
feasiblepoints
:- Set of indices describing all points from parameterspace that do not lie inside one of the polyhedral convex cones, i.e. the feasible area.
excludingcone
:- Set of indices describing which cone led to the exclusion of points from parameterspace
cones
:- Set of the polyhedral convex cones constructed by
failureRegions
conesources
:- Set of indices describing the points the cones are based on
Methods
- convertToString
- Convert to character string
- getUnfeasiblePoints
- Returns the set of unfeasible points
- getFeasiblePoints
- Returns the set of feasible points
- getParamspaceInfo
- Returns a summary of the parameter space restriction. The first columns contain the points of the parameter space, the column named with PCC gives the set of indices in which cone the point is included, where 0 means that the point is not included in any cone. The last column PCC-Source gives the point which is the cone end.
Author(s)
Robin Nunkesser Robin.Nunkesser@tu-dortmund.de
See Also
failureRegions
[Package
rPorta version 0.1-9
Index]