Note that as is, this declaration will cause a compiler warning:
Note that as is, this declaration will cause a compiler warning:
"The outer reference in this type test cannot be checked at run time."
This is a known issue and is a scala bug. See: - https://issues.scala-lang.org/browse/SI-4440 - http://stackoverflow.com/questions/16450008/typesafe-swing-events-the-outer-reference-in-this-type-test-cannot-be-checked-a
A solution that would remove the warning is to make the class not final. Not doing this just to remove a warning.
A ModelSource
VW initialization parameters. This is either a sequence of parameters that will be made into a single string by imploding the list with a " " separator or it is one string. If None,
Note that as is, this declaration will cause a compiler warning:
Note that as is, this declaration will cause a compiler warning:
"The outer reference in this type test cannot be checked at run time."
This is a known issue and is a scala bug. See: - https://issues.scala-lang.org/browse/SI-4440 - http://stackoverflow.com/questions/16450008/typesafe-swing-events-the-outer-reference-in-this-type-test-cannot-be-checked-a
A solution that would remove the warning is to make the class not final. Not doing this just to remove a warning.
The model type (Should be VwJNI).
a model ID
an map of features (whose iteration order is the declaration order).
an object for configuring the VwScorer object that will be embedded in the VwJniModel.
an map of namespace name to sequence of feature names in the namespace.
A threshold dictating how many missing features to allow before making the prediction fail. None means the threshold is ∞. If, when mapping feature functions over the input, the resulting sequence contains more than numMissingThreshold values that are empty Iterable values, then the Features.missingOk value returned by constructFeatures will be false; otherwise, it will be true.
Components of the JSON protocol for VwJniModel