Uses of Enum Class
neqsim.process.integration.ml.HybridModelAdapter.CombinationStrategy
Packages that use HybridModelAdapter.CombinationStrategy
-
Uses of HybridModelAdapter.CombinationStrategy in neqsim.process.integration.ml
Subclasses with type arguments of type HybridModelAdapter.CombinationStrategy in neqsim.process.integration.mlModifier and TypeClassDescriptionstatic enumStrategy for combining physics and ML predictions.Fields in neqsim.process.integration.ml declared as HybridModelAdapter.CombinationStrategyMethods in neqsim.process.integration.ml that return HybridModelAdapter.CombinationStrategyModifier and TypeMethodDescriptionHybridModelAdapter.getStrategy()Gets the combination strategy.Returns the enum constant of this class with the specified name.HybridModelAdapter.CombinationStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.integration.ml with parameters of type HybridModelAdapter.CombinationStrategyModifier and TypeMethodDescriptionvoidHybridModelAdapter.setStrategy(HybridModelAdapter.CombinationStrategy strategy) Sets the combination strategy.Constructors in neqsim.process.integration.ml with parameters of type HybridModelAdapter.CombinationStrategyModifierConstructorDescriptionHybridModelAdapter(String[] featureNames, HybridModelAdapter.CombinationStrategy strategy) Creates a new hybrid model adapter.