Package | Description |
---|---|
com.spss.psapi.task |
This provides objects that create and represent data mining tasks.
|
Modifier and Type | Method and Description |
---|---|
Task |
TaskFactory.createExportDocumentTask(DocumentOutput document,
java.io.OutputStream outputStream,
FileFormat fileFormat)
Creates a task that exports a
DocumentOutput object
to an output stream using the specified FileFormat name. |
Task |
TaskFactory.createExportDocumentTask(DocumentOutput document,
java.io.OutputStream outputStream,
FileFormat fileFormat,
java.util.Map<?,?> options)
Creates a task that exports a
DocumentOutput object
to an output stream using the specified FileFormat name. |
Task |
TaskFactory.createExportModelTask(ModelOutput model,
java.io.OutputStream outputStream,
FileFormat fileFormat)
Creates a task that exports a
ModelOutput object
to an output stream using the specified FileFormat name. |
Task |
TaskFactory.createExportModelTask(ModelOutput model,
java.io.OutputStream outputStream,
FileFormat fileFormat,
java.util.Map<?,?> options)
Creates a task that exports a
ModelOutput object
to an output stream using the specified FileFormat name. |
Task |
TaskFactory.createExportModelTask(Processor modelApplier,
java.io.OutputStream outputStream,
FileFormat fileFormat)
Creates a task that exports a
Processor node
to an output stream using the specified FileFormat name. |
Task |
TaskFactory.createExportModelTask(Processor modelApplier,
java.io.OutputStream outputStream,
FileFormat fileFormat,
java.util.Map<?,?> options)
Creates a task that exports a
Processor node
to an output stream using the specified FileFormat name. |
Task |
TaskFactory.createExportStreamTask(ProcessorStream stream,
java.io.OutputStream outputStream,
FileFormat fileFormat)
Creates a task that export a stream description to an output stream using specified file format.
|
Task |
TaskFactory.createExportStreamTask(ProcessorStream stream,
java.io.OutputStream outputStream,
FileFormat fileFormat,
java.util.Map<?,?> options)
Creates a task that export a stream description to an output stream using specified file format.
|
void |
TaskRunner.exportDocumentToFile(DocumentOutput documentOutput,
java.lang.String filename,
FileFormat fileFormat)
Exports the stream description to a file using the specified file format.
|
void |
TaskRunner.exportDocumentToFile(DocumentOutput documentOutput,
java.lang.String filename,
FileFormat fileFormat,
java.util.Map<?,?> options)
Exports the stream description to a file using the specified file format.
|
void |
TaskRunner.exportModelSummaryToFile(ModelOutput modelOutput,
java.lang.String filename,
FileFormat fileFormat)
Exports the model summary to a file using the specified file format.
|
void |
TaskRunner.exportModelSummaryToFile(ModelOutput modelOutput,
java.lang.String filename,
FileFormat fileFormat,
java.util.Map<?,?> options)
Exports the model summary to a file using the specified file format.
|
void |
TaskRunner.exportModelSummaryToFile(Processor node,
java.lang.String filename,
FileFormat fileFormat)
Exports the model summary in the supplied node to a file using the specified file format.
|
void |
TaskRunner.exportModelSummaryToFile(Processor node,
java.lang.String filename,
FileFormat fileFormat,
java.util.Map<?,?> options)
Exports the model summary in the supplied node to a file using the specified file format.
|
void |
TaskRunner.exportModelToFile(ModelOutput modelOutput,
java.lang.String filename,
FileFormat fileFormat)
Exports the model to a file using the specified file format.
|
void |
TaskRunner.exportModelToFile(ModelOutput modelOutput,
java.lang.String filename,
FileFormat fileFormat,
java.util.Map<?,?> options)
Exports the model to a file using the specified file format.
|
void |
TaskRunner.exportModelToFile(Processor node,
java.lang.String filename,
FileFormat fileFormat)
Exports the model in the supplied node to a file using the specified file format.
|
void |
TaskRunner.exportModelToFile(Processor node,
java.lang.String filename,
FileFormat fileFormat,
java.util.Map<?,?> options)
Exports the model in the supplied node to a file using the specified file format.
|
void |
TaskRunner.exportOutputToFile(PropertiedObject object,
java.lang.String filename,
FileFormat fileFormat,
java.util.Map<?,?> options)
Exports the output content from the supplied object to the specified file and format.
|
void |
TaskRunner.exportStreamToFile(ProcessorStream stream,
java.lang.String filename,
FileFormat fileFormat)
Exports the stream description to a file using the specified file format.
|
void |
TaskRunner.exportStreamToFile(ProcessorStream stream,
java.lang.String filename,
FileFormat fileFormat,
java.util.Map<?,?> options)
Exports the stream description to a file using the specified file format.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.