Interface FeatureEvidence

    • Method Detail

      • getDetectionMethods

        <C extends CvTermCollection<C> getDetectionMethods()
        The collection of feature detection methods. Each feature detectionMethod is a controlled vocabulary term. The collection cannot be null. If the featureEvidence does not have any detection methods, it should return an empty collection. Ex: autoradiography, predetermined feature, ...
        Type Parameters:
        C - a C object
        Returns:
        the collection of detection methods for this feature
      • getParameters

        <P extends ParameterCollection<P> getParameters()
        Numerical parameters associated with this feature. The Collection cannot be null. If the feature does not have any parameters, the method should return an empty Collection.
        Type Parameters:
        P - a P object
        Returns:
        the parameters