Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
select_random_point_cluster [2012/09/27 22:31]
admin [Optional Inputs]
select_random_point_cluster [2015/10/11 23:41] (current)
admin [Inputs]
Line 8: Line 8:
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| Random Point Probabilities ​ | [[Map Type|Map]]  | Probability of selection of each cell as a new random point. The map cells must be represented using floating point values (IEEE 754 32 Bit Real). Each value must be in the range [0, 1].  | +| Random Point Probabilities ​ | [[Map Type]] ​ | Probability of selection of each cell as a new random point. The map cells must be represented using floating point values (IEEE 754 32 Bit Real). Each value must be in the range [0, 1].  | 
-| Number Of Random Points ​ | [[Non Negative ​Int Type|Non Negative Int]]  | Number of random points to be selected. The operator may select fewer random points if the satisfiability of the given constraints using the given probability map is not possible. ​ | +| Number Of Random Points ​ | [[Non Negative ​Integer Value Type]] ​ | Number of random points to be selected. The operator may select fewer random points if the satisfiability of the given constraints using the given probability map is not possible. ​ | 
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
 ^ Name ^ Type ^ Description ^ Default Value ^ ^ Name ^ Type ^ Description ^ Default Value ^
-| Minimum Distance Between Random Points ​ | [[Double ​Type|Double]]  | The minimum distance between random point values, in meters. ​ | 0  | +| Minimum Distance Between Random Points ​ | [[Real Value Type]] ​ | The minimum distance between random point values, in meters. ​ | 0  | 
-| Maximum Distance Between Random Points ​ | [[Double ​Type|Double]]  | The maximum distance between random point values, in meters. ​ All selected random points are located inside a circle whose radius is equals to this distance. ​ | 10<​sup>​12</​sup> ​ |+| Maximum Distance Between Random Points ​ | [[Real Value Type]] ​ | The maximum distance between random point values, in meters. ​ All selected random points are located inside a circle whose radius is equals to this distance. ​ | 10<​sup>​12</​sup> ​ |
  
 ===== Outputs ===== ===== Outputs =====
  
 ^ Name ^ Type ^ Description ​                                                                                                         ^ ^ Name ^ Type ^ Description ​                                                                                                         ^
-| Selected Random Points ​ | [[Map Type|Map]]  | Map of selected random points. ​ |+| Selected Random Points ​ | [[Map Type]] ​ | Map of selected random points. ​ |
  
 ===== Group ===== ===== Group =====