Documentation of 'org.encog.persist.PersistorRegistry' Java class
PersistorRegistry
org.encog.persist

Class PersistorRegistry



  • public final class PersistorRegistry
    extends java.lang.Object
    Registry to hold persistors. This is a singleton.
    • Method Detail

      • getInstance

        public static PersistorRegistry getInstance()
        Returns:
        The singleton instance.
      • add

        public void add(EncogPersistor persistor)
        Add a persistor.
        Parameters:
        persistor - The persistor to add.
      • getPersistor

        public EncogPersistor getPersistor(java.lang.Class<?> clazz)
        Get a persistor.
        Parameters:
        clazz - The class to get the persistor for.
        Returns:
        Return the persistor.
      • getPersistor

        public EncogPersistor getPersistor(java.lang.String name)
        Get the persistor by name.
        Parameters:
        name - The name of the persistor.
        Returns:
        The persistor.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.