infomat.bridges.jsdm
Class RICompositionalRepresentation

java.lang.Object
  extended by infomat.bridges.jsdm.RICompositionalRepresentation

public class RICompositionalRepresentation
extends java.lang.Object


Field Summary
private  java.util.HashMap<IObject,float[]> ioReprMap
           
 
Constructor Summary
RICompositionalRepresentation(IMatrix matrix, boolean row, JSDMWrapper jsdmWrapper)
           
 
Method Summary
private  void add(float[] cumulator, float[] addition, float weight)
           
 float[] getRepresentation(IObject io)
           
private  void normalize(float[] repr)
           
private  void printArray(float[] array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ioReprMap

private java.util.HashMap<IObject,float[]> ioReprMap
Constructor Detail

RICompositionalRepresentation

public RICompositionalRepresentation(IMatrix matrix,
                                     boolean row,
                                     JSDMWrapper jsdmWrapper)
Method Detail

printArray

private void printArray(float[] array)

add

private void add(float[] cumulator,
                 float[] addition,
                 float weight)

normalize

private void normalize(float[] repr)

getRepresentation

public float[] getRepresentation(IObject io)