Uses of Interface
edu.umd.cfar.lamp.viper.util.DataMatrices.GetCost

Packages that use DataMatrices.GetCost
edu.umd.cfar.lamp.viper.util Provides miscellanious utility classes for the ViPER suite.  
 

Uses of DataMatrices.GetCost in edu.umd.cfar.lamp.viper.util
 

Classes in edu.umd.cfar.lamp.viper.util that implement DataMatrices.GetCost
static class DataMatrices.PassThrough
          Assumes Object is an instance of Number, and calls its getLong() method to determine the node cost.
 

Methods in edu.umd.cfar.lamp.viper.util with parameters of type DataMatrices.GetCost
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.