Constructor
new IntArrayParam(parent, name, doc)
Parameters:
Name |
Type |
Description |
parent |
module:eclairjs/ml/param.Params
|
|
name |
string
|
|
doc |
string
|
|
- Source:
Extends
Methods
equals(obj) → {boolean}
Parameters:
- Inherited From:
- Source:
Returns:
-
Type
-
boolean
hashCode() → {integer}
- Inherited From:
- Source:
Returns:
-
Type
-
integer
jsonDecode(json) → {Array.<integer>}
Parameters:
Name |
Type |
Description |
json |
string
|
|
- Overrides:
- Source:
Returns:
-
Type
-
Array.<integer>
jsonEncode(value) → {string}
Parameters:
Name |
Type |
Description |
value |
Array.<integer>
|
|
- Overrides:
- Source:
Returns:
-
Type
-
string
toString() → {string}
- Inherited From:
- Source:
Returns:
-
Type
-
string
Creates a param pair with the given value
Parameters:
Name |
Type |
Description |
value |
object
|
|
- Inherited From:
- Source:
Returns:
-
Type
-
module:eclairjs/ml/param.ParamPair