Interface SOMController


  • public interface SOMController
    • Method Detail

      • getInputVectorCount

        int getInputVectorCount()
      • getInputVector

        java.lang.Object getInputVector​(int row)
        In VectorSOM the returned Object is changed by the method. --> getInputVector(int row) has to provide a deep copy of the object.
        Parameters:
        row -
        Returns:
        deep copy of the Object for VectorSOM