Documentation of 'org.encog.app.analyst.analyze.AnalyzedField' Java class
AnalyzedField
org.encog.app.analyst.analyze

Class AnalyzedField



  • public class AnalyzedField
    extends DataField
    This class represents a field that the Encog Analyst is in the process of analyzing. This class is used to track statistical information on the field that will help the Encog analyst determine what type of field this is, and how to normalize it.
    • Constructor Detail

      • AnalyzedField

        public AnalyzedField(AnalystScript theScript,
                             java.lang.String name)
        Construct an analyzed field.
        Parameters:
        theScript - The script being analyzed.
        name - The name of the field.
    • Method Detail

      • analyze1

        public void analyze1(java.lang.String v)
        Perform a pass one analysis of this field.
        Parameters:
        v - The current value.
      • analyze2

        public void analyze2(java.lang.String str)
        Perform a pass two analysis of this field.
        Parameters:
        str - The current value.
      • completePass1

        public void completePass1()
        Complete pass 1.
      • completePass2

        public void completePass2()
        Complete pass 2.
      • finalizeField

        public DataField finalizeField()
        Finalize the field, and create a DataField.
        Returns:
        The new DataField.
      • getAnalyzedClassMembers

        public java.util.List<AnalystClassItem> getAnalyzedClassMembers()
        Get the class members.
        Returns:
        The class members.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.