infomat.algorithms.grouping
Interface NeedsIMatrixDimension

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

public interface NeedsIMatrixDimension

NeedsIMatrixDimension


Method Summary
 boolean getIMatrixDimension()
          Returns a boolean that indicates wether the algorithm should consider rows or columns of a matrix.
 void setIMatrixDimension(boolean row)
          Sets a boolean that indicates wether the algorithm should consider rows or columns of a matrix.
 

Method Detail

setIMatrixDimension

void setIMatrixDimension(boolean row)
Sets a boolean that indicates wether the algorithm should consider rows or columns of a matrix. true - rows, false - columns


getIMatrixDimension

boolean getIMatrixDimension()
Returns a boolean that indicates wether the algorithm should consider rows or columns of a matrix. true - rows, false - columns