| Author | Lily Dong |
| Creation date | 06/01/2011 |
| Firing policy | all |
| Package | org.seasr.meandre.components.prediction |
DESCRIPTION
This module applies a prediction model to a table of examples and makes predictions for each output attribute based on the values of the input attributes.Detailed Description: This module applies a previously built model to a new set of examples that have the same attributes as those used to train/build the model. The module creates a new table that contains columns for each of the values the model predicts, in addition to the columns found in the original table. The new columns are filled in with values predicted by the model based on the values of the input attributes.
INPUTS
| Name | Description | Example |
|---|---|---|
exampleTable |
Read the table containing the examples that the model will be applied to. The table is of the type org.meander.components.datatype.table.ExampleTable. |
|
predictionModel |
Read the prediction model to apply, which is type of org.seasr.meandre.support.components.prediction.PredictionModelModule. |
OUTPUTS
| Name | Description | Example |
|---|---|---|
predictionTable |
Output a table with the prediction columns filled in by the input model .The table is type of ncsa.d2k.modules.core.datatype.table.PredictionTable. |
PROPERTIES
None
Labels:
Add Comment