Uses of Interface
org.decisiondeck.xmcda_oo.utils.matrix.IZeroToOneMatrix

Packages that use IZeroToOneMatrix
org.decisiondeck.jmcda.services.utils   
org.decisiondeck.xmcda_oo.structure   
org.decisiondeck.xmcda_oo.utils.matrix Provides matrix interfaces and classes. 
 

Uses of IZeroToOneMatrix in org.decisiondeck.jmcda.services.utils
 

Methods in org.decisiondeck.jmcda.services.utils that return IZeroToOneMatrix
 IZeroToOneMatrix<RowType,ColumnType> CutRel.cut(IRdFloatMatrix<RowType,ColumnType> toCut, double threshold)
          Cuts the given matrix at the specified threshold and returns a binary matrix containing the same number of values as the input one.
 

Uses of IZeroToOneMatrix in org.decisiondeck.xmcda_oo.structure
 

Methods in org.decisiondeck.xmcda_oo.structure that return IZeroToOneMatrix
 IZeroToOneMatrix<Alternative,Criterion> EvaluationsByRows.getAsFuzzy()
           
 

Uses of IZeroToOneMatrix in org.decisiondeck.xmcda_oo.utils.matrix
 

Subinterfaces of IZeroToOneMatrix in org.decisiondeck.xmcda_oo.utils.matrix
 interface IAltZeroToOneMatrix
          A zero-to-one matrix of alternatives.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix that implement IZeroToOneMatrix
 class AltFuzzyMatrix
           
 class FuzzyMatrix<RowType,ColumnType>
           
 

Methods in org.decisiondeck.xmcda_oo.utils.matrix that return IZeroToOneMatrix
 IZeroToOneMatrix<RowType,ColumnType> FloatMatrix.getAsFuzzy()
           
 IZeroToOneMatrix<RowType,ColumnType> IFloatMatrix.getAsFuzzy()
          Produces a fuzzy matrix view of this matrix.
 



Copyright © 2011. All Rights Reserved.