public final class RDFServingModel extends Object implements ClassificationRegressionServingModel
Modifier and Type | Method and Description |
---|---|
CategoricalValueEncodings |
getEncodings() |
DecisionForest |
getForest() |
float |
getFractionLoaded() |
InputSchema |
getInputSchema() |
Prediction |
makePrediction(String[] example) |
String |
predict(String[] example) |
String |
toString() |
public String predict(String[] example)
predict
in interface ClassificationRegressionServingModel
example
- input features as parsed stringspublic Prediction makePrediction(String[] example)
public DecisionForest getForest()
public CategoricalValueEncodings getEncodings()
public InputSchema getInputSchema()
public float getFractionLoaded()
getFractionLoaded
in interface ServingModel
Copyright © 2014–2018. All rights reserved.