Uses of Class
neqsim.process.safety.risk.ml.RiskMLInterface.MLPrediction
Packages that use RiskMLInterface.MLPrediction
Package
Description
Machine Learning Integration Package for Risk Assessment.
-
Uses of RiskMLInterface.MLPrediction in neqsim.process.safety.risk.ml
Methods in neqsim.process.safety.risk.ml that return RiskMLInterface.MLPredictionModifier and TypeMethodDescriptionMakes a prediction.Makes a prediction using a registered model.RiskMLInterface.predictWithExtraction(String modelId, String extractorName, Map<String, Object> processData) Makes a prediction with feature extraction.Methods in neqsim.process.safety.risk.ml that return types with arguments of type RiskMLInterface.MLPredictionModifier and TypeMethodDescriptiondefault List<RiskMLInterface.MLPrediction> RiskMLInterface.MLPredictor.predictBatch(List<Map<String, Double>> featuresBatch) Makes batch predictions.