Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CLUSTER# returns a document or TeLiTab set with clustered data based on a series of solutions

Syntax

  1. CLUSTER#(ObjName$ObjName$)
  2. CLUSTER#(0, ParList$, CellDelim$, ColArr$, IntSortCol%, IntAllowDoubles%)
  3. CLUSTER#(1, SearchPar or SearchPar$, CaseNos$, [InpVar])

Arguments 

Method 1

  • ObjName$ ObjName$ (a StrExp) is the name of an object and returns a TeLiTab#;

...

This method will return a TeLiTab#. The syntax is

CLUSTER#(ObjName$ObjName$)

in which ObjName$ ObjName$ is the name of the (multi-case) object to be the container of the solutions in the cluster.

...

If the cluster contains only one solution, CLUSTER#(ObjName$ObjName$) returns a single case TeLiTab# set:

...