Package com.actelion.research.calc
Interface SOMController
-
public interface SOMController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getInputVector(int row)
In VectorSOM the returned Object is changed by the method.int
getInputVectorCount()
-
-
-
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
-
-