Documentation of 'org.encog.ml.MLProperties' Java class
MLProperties
org.encog.ml

Interface MLProperties

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.Map<java.lang.String,java.lang.String> getProperties() 
      double getPropertyDouble(java.lang.String name)
      Get the specified property as a double.
      long getPropertyLong(java.lang.String name)
      Get the specified property as a long.
      java.lang.String getPropertyString(java.lang.String name)
      Get the specified property as a string.
      void setProperty(java.lang.String name, double d)
      Set a property as a double.
      void setProperty(java.lang.String name, long l)
      Set a property as a long.
      void setProperty(java.lang.String name, java.lang.String value)
      Set a property as a double.
      void updateProperties()
      Update any objeccts when a property changes.
    • Method Detail

      • getProperties

        java.util.Map<java.lang.String,java.lang.String> getProperties()
        Returns:
        A map of all properties.
      • getPropertyDouble

        double getPropertyDouble(java.lang.String name)
        Get the specified property as a double.
        Parameters:
        name - The name of the property.
        Returns:
        The property as a double.
      • getPropertyLong

        long getPropertyLong(java.lang.String name)
        Get the specified property as a long.
        Parameters:
        name - The name of the specified property.
        Returns:
        The value of the specified property.
      • getPropertyString

        java.lang.String getPropertyString(java.lang.String name)
        Get the specified property as a string.
        Parameters:
        name - The name of the property.
        Returns:
        The value of the property.
      • setProperty

        void setProperty(java.lang.String name,
                         double d)
        Set a property as a double.
        Parameters:
        name - The name of the property.
        d - The value of the property.
      • setProperty

        void setProperty(java.lang.String name,
                         long l)
        Set a property as a long.
        Parameters:
        name - The name of the property.
        l - The value of the property.
      • setProperty

        void setProperty(java.lang.String name,
                         java.lang.String value)
        Set a property as a double.
        Parameters:
        name - The name of the property.
        value - The value of the property.
      • updateProperties

        void updateProperties()
        Update any objeccts when a property changes.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.