Uses of Class
neqsim.process.safety.risk.ml.RiskMLInterface.MLModel
Packages that use RiskMLInterface.MLModel
Package
Description
Machine Learning Integration Package for Risk Assessment.
-
Uses of RiskMLInterface.MLModel in neqsim.process.safety.risk.ml
Fields in neqsim.process.safety.risk.ml with type parameters of type RiskMLInterface.MLModelModifier and TypeFieldDescriptionprivate Map<String, RiskMLInterface.MLModel> RiskMLInterface.modelsRegistered ML models.Methods in neqsim.process.safety.risk.ml that return RiskMLInterface.MLModelModifier and TypeMethodDescriptionRiskMLInterface.createAnomalyDetectionModel(String modelId, String modelName) Creates and registers an anomaly detection model.RiskMLInterface.createFailurePredictionModel(String modelId, String modelName) Creates and registers a failure prediction model.RiskMLInterface.createRULModel(String modelId, String modelName) Creates and registers an RUL prediction model.Methods in neqsim.process.safety.risk.ml that return types with arguments of type RiskMLInterface.MLModelMethods in neqsim.process.safety.risk.ml with parameters of type RiskMLInterface.MLModelModifier and TypeMethodDescriptionvoidRiskMLInterface.registerModel(RiskMLInterface.MLModel model) Registers an ML model.