Class: IBM::ML::Zos
Overview
Class for calling IBM Machine Learning for z/OS scoring service
Constant Summary
Constants included from IBM::ML
Instance Method Summary collapse
-
#initialize(username, password, host, ldap_port, scoring_port) ⇒ Zos
constructor
A new instance of Zos.
Methods included from IBM::ML
Constructor Details
#initialize(username, password, host, ldap_port, scoring_port) ⇒ Zos
7 8 9 10 11 12 13 |
# File 'lib/ibm/ml/zos.rb', line 7 def initialize(username, password, host, ldap_port, scoring_port) @username = username @password = password @host = host @ldap_port = ldap_port @scoring_port = scoring_port end |