Class SurrogateModelRegistry.SurrogateModelEntry
java.lang.Object
neqsim.process.ml.surrogate.SurrogateModelRegistry.SurrogateModelEntry
- All Implemented Interfaces:
Serializable
- Enclosing class:
SurrogateModelRegistry
private static class SurrogateModelRegistry.SurrogateModelEntry
extends Object
implements Serializable
Internal entry combining model and metadata.
- Version:
- 1.0
- Author:
- ESOL
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final SurrogateModelRegistry.SurrogateMetadata(package private) final SurrogateModelRegistry.SurrogateModelprivate static final long -
Constructor Summary
ConstructorsConstructorDescriptionSurrogateModelEntry(SurrogateModelRegistry.SurrogateModel model, SurrogateModelRegistry.SurrogateMetadata metadata) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
model
-
metadata
-
-
Constructor Details
-
SurrogateModelEntry
SurrogateModelEntry(SurrogateModelRegistry.SurrogateModel model, SurrogateModelRegistry.SurrogateMetadata metadata)
-