public interface CompositeModelResult
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModelMeasureLabel(java.lang.String measure)
Returns a descriptive label for the specified evaluation measure
or
null if the measure is not valid for this result. |
int |
getModelMeasurePartitionCount()
Returns the number of partitions for which evaluation measures exist.
|
java.util.List<java.lang.String> |
getModelMeasures()
Returns the list of measures used to evaluate this model result.
|
StorageType |
getModelMeasureType(java.lang.String measure)
Returns the data type of the specified evaluation measure
or
null if the measure is not valid for this result. |
java.lang.Object |
getModelMeasureValue(java.lang.String measure,
int partition)
Returns the value of the specified evaluation measure
in the specified partition,
or
null if either the measure or the partition is
not valid for this result. |
java.lang.String |
getModelName()
Returns the name of this model result.
|
ModelOutput |
getModelOutput()
Returns the model output of the composite model result.
|
boolean |
isUsed()
Returns
true if this composite model result is used. |
java.lang.String getModelName()
ModelOutput getModelOutput()
boolean isUsed()
true
if this composite model result is used.true
if this composite model result is used.java.util.List<java.lang.String> getModelMeasures()
java.lang.String getModelMeasureLabel(java.lang.String measure)
null
if the measure is not valid for this result.measure
- the evaluation measure nameStorageType getModelMeasureType(java.lang.String measure)
null
if the measure is not valid for this result.measure
- the evaluation measure nameint getModelMeasurePartitionCount()
java.lang.Object getModelMeasureValue(java.lang.String measure, int partition)
null
if either the measure or the partition is
not valid for this result.measure
- the evaluation measure namepartition
- the partition indexCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.