@ai-on-browser/data-analysis-models
Github
Preparing search index...
default
models
OtsusThresholding
Class OtsusThresholding
Otus's thresholding
Index
Constructors
constructor
Properties
_
count
_
t
_
x
Methods
predict
Constructors
constructor
new
OtsusThresholding
()
:
OtsusThresholding
Returns
OtsusThresholding
Properties
_
count
_count
:
number
_
t
_t
:
number
_
x
_x
:
number
[]
Methods
predict
predict
(
x
:
number
[]
)
:
(
0
|
1
)
[]
Returns thresholded values.
Parameters
x
:
number
[]
Training data
Returns (
0
|
1
)
[]
Predicted values
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
count
_
t
_
x
Methods
predict
Github
@ai-on-browser/data-analysis-models
Loading...
Otus's thresholding