ml-conrec
Preparing search index...
Conrec
Class Conrec
Index
Constructors
constructor
Properties
columns
has
Min
Max
matrix
max
min
rows
swap
Axes
xs
ys
Methods
_
compute
Min
Max
draw
Contour
Constructors
constructor
new
Conrec
(
matrix
:
readonly
NumberArray
[]
,
options
?:
ConrecOptions
)
:
Conrec
Parameters
matrix
:
readonly
NumberArray
[]
options
:
ConrecOptions
= {}
Returns
Conrec
Properties
columns
columns
:
number
has
Min
Max
hasMinMax
:
boolean
matrix
matrix
:
readonly
NumberArray
[]
max
max
:
number
min
min
:
number
rows
rows
:
number
swap
Axes
swapAxes
:
boolean
xs
xs
:
Readonly
<
NumberArray
>
ys
ys
:
Readonly
<
NumberArray
>
Methods
_
compute
Min
Max
_computeMinMax
()
:
void
Returns
void
draw
Contour
drawContour
<
DrawerName
extends
ContourDrawerName
>
(
options
:
{
contourDrawer
?:
DrawerName
;
levels
?:
readonly
number
[]
;
nbLevels
?:
number
;
timeout
?:
number
;
}
,
)
:
DrawContourResult
<
DrawerName
>
Type Parameters
DrawerName
extends
ContourDrawerName
Parameters
options
:
{
contourDrawer
?:
DrawerName
;
levels
?:
readonly
number
[]
;
nbLevels
?:
number
;
timeout
?:
number
;
}
Returns
DrawContourResult
<
DrawerName
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
columns
has
Min
Max
matrix
max
min
rows
swap
Axes
xs
ys
Methods
_
compute
Min
Max
draw
Contour
ml-conrec
Loading...