Package | Description |
---|---|
com.pervasive.datarush.analytics.pmml |
Provides shared and base classes for PMML model representation of Analytics algorithms.
|
com.pervasive.datarush.ports.model |
Provides implementations of port objects dealing with the flow of single objects
between operators.
|
Modifier and Type | Class and Description |
---|---|
static class |
PMMLPort.Metadata
The port metadata associated with PMMLPorts.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractModelPortMetadata |
AbstractModelPort.getMetadata(T model)
Returns the metadata associate with the model.
|
AbstractModelPortMetadata |
DoneSignalPort.getMetadata(Void model) |
protected abstract AbstractModelPortMetadata |
AbstractModelPortMetadata.withMergeHandler(ModelMergeHandler<?> mergeHandler)
Subclasses override to return a metadata, equivalent to this, with the specified merge handler.
|
Copyright © 2020 Actian Corporation. All rights reserved.