infomat.algorithms.grouping
Interface NeedsIMatrix

All Known Implementing Classes:
AppearanceRelativeClusterer, RelativeClusterer, SparseCartesianSimilarity, SparseDotSimilarity, SparseOverlapSimilarity

public interface NeedsIMatrix

NeedsIMatrix


Method Summary
 IMatrix getIMatrix()
          Returns the actual IMatrix.
 void setIMatrix(IMatrix matrix)
          Sets the IMatrix.
 

Method Detail

setIMatrix

void setIMatrix(IMatrix matrix)
Sets the IMatrix.


getIMatrix

IMatrix getIMatrix()
Returns the actual IMatrix. (Not a copy.)