Class: IntArrayParam

eclairjs/ml/param. IntArrayParam

:: DeveloperApi :: Specialized version of [[Param[Array[Int]]]] for Java.

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:
Name Type Description
obj module:eclairjs/ml/param.Param
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

w(value) → {module:eclairjs/ml/param.ParamPair}

Creates a param pair with the given value
Parameters:
Name Type Description
value object
Inherited From:
Source:
Returns:
Type
module:eclairjs/ml/param.ParamPair