|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataMatrix2d | |
edu.umd.cfar.lamp.viper.util | Provides miscellanious utility classes for the ViPER suite. |
Uses of DataMatrix2d in edu.umd.cfar.lamp.viper.util |
Classes in edu.umd.cfar.lamp.viper.util that implement DataMatrix2d | |
class |
PackedMatrix
This class implements a simple 2-dimensional matrix as a wrapper around a standard java 2-dimensional array. |
class |
SparseMatrix
This class implements a simple 2-dimensional sparse matrix. |
Methods in edu.umd.cfar.lamp.viper.util that return DataMatrix2d | |
static DataMatrix2d |
DataMatrices.transpose(DataMatrix2d mtx)
Returns a version of the matrix, flipped. |
Methods in edu.umd.cfar.lamp.viper.util with parameters of type DataMatrix2d | |
static DataMatrix2d |
DataMatrices.transpose(DataMatrix2d mtx)
Returns a version of the matrix, flipped. |
static java.util.List |
DataMatrices.assign(DataMatrix2d mtx,
DataMatrices.GetCost c)
Returns the data elements in the data matrix that minimize the total cost of the bipartite graph whose edges are the weighted using the objects in the matrix mtx using
the cost function c . |
Constructors in edu.umd.cfar.lamp.viper.util with parameters of type DataMatrix2d | |
SparseMatrix(DataMatrix2d old,
java.util.BitSet cols,
java.util.BitSet rows)
Creates a new SparseMatrix , carving out from
an old one. |
|
PackedMatrix(DataMatrix2d old,
java.util.BitSet cols,
java.util.BitSet rows)
Creates a new PackedMatrix , carving out from
an old one. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |