Package | Description |
---|---|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeModelApplier
This encapsulates the auto-model applier nodes
ModelApplier
that can ensemble the scores from multiple models into a single score. |
Modifier and Type | Method and Description |
---|---|
ModelApplier |
ProcessorFactory.createModelApplier(ModelOutput modelOutput,
java.lang.String name)
Creates a
ModelApplier that can apply the model of the specified type
and adds it to the stream. |
ModelApplier |
ProcessorFactory.createModelApplier(ModelOutput modelOutput,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
ModelApplier that can apply the model of the specified type
and adds it to the supplied diagram. |
ModelApplier |
ProcessorFactory.createModelApplierAt(ModelOutput modelOutput,
java.lang.String name,
ProcessorDiagram diagram,
int x,
int y)
Creates a
ModelApplier at a specified location that can apply the model of the specified type
and adds it to the supplied diagram. |
Modifier and Type | Method and Description |
---|---|
ModelBuilder |
ProcessorFactory.createModelBuilder(ModelApplier modelApplier,
java.lang.String name)
Creates a
ModelBuilder of the specified type and adds it to the stream. |
ModelBuilder |
ProcessorFactory.createModelBuilder(ModelApplier modelApplier,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
ModelBuilder of the specified type and adds it to the supplied diagram. |
ModelOutput |
OutputFactory.createModelOutput(ModelApplier applier)
Creates a model output from the specified model applier node.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.