public class UnivariateRegressionOutput extends Object implements RegressionOutput
| Constructor and Description |
|---|
UnivariateRegressionOutput(Label property,
float predictedValue) |
UnivariateRegressionOutput(NumericLabel result) |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
getAllProperties()
Returns all the properties on which the regressor has to provide predictions
|
Float |
getScore(Label label)
Return the prediction score associated to a given label
|
public UnivariateRegressionOutput(NumericLabel result)
public UnivariateRegressionOutput(Label property, float predictedValue)
public Float getScore(Label label)
PredictiongetScore in interface Predictionlabel - the label whose associated score is requiredpublic List<Label> getAllProperties()
RegressionOutputgetAllProperties in interface RegressionOutputCopyright © 2015 Semantic Analytics Group @ Uniroma2. All rights reserved.