Module org.elasticsearch.xcore
Interface BoundedInferenceModel
- All Superinterfaces:
org.apache.lucene.util.Accountable,InferenceModel
- All Known Implementing Classes:
BoundedWindowInferenceModel,EnsembleInferenceModel,TreeInferenceModel
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Method Summary
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsedMethods inherited from interface org.elasticsearch.xpack.core.ml.inference.trainedmodel.inference.InferenceModel
getFeatureNames, getName, infer, infer, rewriteFeatureIndices, supportsFeatureImportance, targetType
-
Method Details
-
getMinPredictedValue
double getMinPredictedValue() -
getMaxPredictedValue
double getMaxPredictedValue()
-