Clients¶
-
class
nupic.frameworks.opf.client.
Client
(modelConfig, inferenceArgs, metricSpecs, sourceSpec, sinkSpec=None)¶ Simple OPF client.
Parameters: - modelConfig – (dict) The model config.
- metricSpecs – A sequence of
MetricSpec
instances. - sourceSpec – (string) Path to the source CSV file.
- sinkSpec – (string) Path to the sink CSV file.