Interface MLIntegrationExamples.MLModelAdapter
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MLIntegrationExamples.BaseMLAdapter, MLIntegrationExamples.OnnxAdapter, MLIntegrationExamples.RestApiAdapter, MLIntegrationExamples.TensorFlowAdapter, MLIntegrationExamples.ThresholdModel
- Enclosing class:
MLIntegrationExamples
Interface for ML model adapters.
- Since:
- 3.3.0
- Version:
- 1.0
- Author:
- NeqSim Development Team
-
Method Summary
Modifier and TypeMethodDescriptionGets the expected input feature names.Gets the model name.doublePredicts output from input features.
-
Method Details
-
predict
-
getModelName
-
getInputFeatures
-