Uses of Enum Class
cz.fidentis.analyst.engines.symmetry.SymmetryConfig.Method
Packages that use SymmetryConfig.Method
-
Uses of SymmetryConfig.Method in cz.fidentis.analyst.engines.symmetry
Methods in cz.fidentis.analyst.engines.symmetry that return SymmetryConfig.MethodModifier and TypeMethodDescriptionSymmetryConfig.method()
Returns the value of themethod
record component.static SymmetryConfig.Method
Returns the enum constant of this class with the specified name.static SymmetryConfig.Method[]
SymmetryConfig.Method.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cz.fidentis.analyst.engines.symmetry with parameters of type SymmetryConfig.MethodModifierConstructorDescriptionSymmetryConfig
(SymmetryConfig.Method method, PointSamplingConfig strategy) Simplified constructor for the same sampling strategies or for symmetry methods with only one sampling strategy.SymmetryConfig
(SymmetryConfig.Method method, PointSamplingConfig priSampling, int maxSamplesForCandidatePruning) Creates an instance of aSymmetryConfig
record class.