public interface ModelOutputMetadata
Column,
DataModel,
DataModelFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADJUSTED
Used by binary classifiers as the tag value indicating that the
column indicates adjusted propensity.
|
static java.lang.String |
RAW
Used by binary classifiers as the tag value indicating that the
column indicates raw propensity.
|
static java.lang.String |
X
Used by Kohonen models as the tag value indicating the X component
of the cluster id.
|
static java.lang.String |
Y
Used by Kohonen models as the tag value indicating the Y component
of the cluster id.
|
| Modifier and Type | Method and Description |
|---|---|
ModelFieldRole |
getRole()
Returns the model output column role for the column if
it is a model output column or
null. |
java.lang.String |
getTag()
Returns the tag associated with this model output column
or
null if the column is not a model output column or the
tag has not been defined. |
java.lang.String |
getTargetColumn()
Returns the target column name associated with this model output column
or
null if the column is not a model output column or the
target column has not been defined. |
java.lang.Object |
getValue()
Returns the value associated with this model output column
or
null if the column is not a model output column or
no value has been defined. |
static final java.lang.String X
getTag(),
Constant Field Valuesstatic final java.lang.String Y
getTag(),
Constant Field Valuesstatic final java.lang.String RAW
getTag(),
Constant Field Valuesstatic final java.lang.String ADJUSTED
getTag(),
Constant Field ValuesModelFieldRole getRole()
null.nulljava.lang.String getTargetColumn()
null if the column is not a model output column or the
target column has not been defined.nulljava.lang.Object getValue()
null if the column is not a model output column or
no value has been defined. The value is typically used in combination
with the target column e.g. when a model can generate probabilities for
each value specified by the target field.nullgetTargetColumn()java.lang.String getTag()
null if the column is not a model output column or the
tag has not been defined.nullCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.