Documentation of 'org.encog.util.normalize.input.HasFixedLength' Java class
HasFixedLength
org.encog.util.normalize.input

Interface HasFixedLength

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    InputFieldArray1D, InputFieldArray2D


    public interface HasFixedLength
    extends java.io.Serializable
    Is this input field of a fixed length, such as an array? Or is it read "iterator style" where we call "next" until there is no more data. If the length can be "known" ahead of time, then the input field should support this interface.
    • Method Detail

      • length

        int length()
        Returns:
        The number of records in this input field.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.