Class PfParameters

    • Constructor Detail

      • PfParameters

        public PfParameters()
        Constructor using the default settings.
    • Method Detail

      • createNewBuilder

        public static PfParameters.Builder createNewBuilder()
        Construct a builder for this parameter class, initialized to default.
        Returns:
        Builder initialized to default settings
      • getDescriptorGenerator

        public PfGenerator getDescriptorGenerator()
        Description copied from interface: DescriptorParameters
        Return the represented descriptor generator.

        Please note that certain descriptors might provide multiple DescriptorGenerator implementations for different descriptor representations. (Consider structure based fingerprints feature list/feature counts/folded finite binary vector representations.) Such different descriptor generators might be exposed through their parameters object as multiple factory methods.

        Specified by:
        getDescriptorGenerator in interface DescriptorParameters
        Returns:
        Associated generator
      • getXmlConfig

        public com.google.common.base.Optional<String> getXmlConfig()
        The XML configuration string.
        Returns:
        config string