Class MarkEvaluator
A bean for evaluating marks using features and energy schemes.
This class extends FeatureRelatedBean to provide functionality related to feature
evaluation for marks in the context of Marked Point Processes (MPP).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDefines additional configuration for the evaluation process.Creator for the energy scheme used in mark evaluation.Factory for creating marks with identifiers.voidDefines additional configuration for the evaluation process.voidsetEnergySchemeCreator(EnergySchemeCreator energySchemeCreator) Creator for the energy scheme used in mark evaluation.voidsetMarkFactory(MarkWithIdentifierFactory markFactory) Factory for creating marks with identifiers.Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
MarkEvaluator
public MarkEvaluator()
-
-
Method Details
-
getMarkFactory
Factory for creating marks with identifiers. -
setMarkFactory
Factory for creating marks with identifiers. -
getDefine
Defines additional configuration for the evaluation process. -
setDefine
Defines additional configuration for the evaluation process. -
getEnergySchemeCreator
Creator for the energy scheme used in mark evaluation. -
setEnergySchemeCreator
Creator for the energy scheme used in mark evaluation.
-