Change the tunable parameters for the generation of the covermap
Namespace: Spherical.HtmAssembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public void SetTunables(
int minr,
int maxr,
int maxl
) |
| Visual C++ |
|---|
public:
void SetTunables(
int minr,
int maxr,
int maxl
) |
| F# |
|---|
member SetTunables :
minr:int *
maxr:int *
maxl:int -> unit
|
Parameters
- minr
- Type: System..::..Int32
Minimum number of ranges
- maxr
- Type: System..::..Int32
Maximum number of ranges
- maxl
- Type: System..::..Int32
Maximum level number (to stop runaway searches)
See Also