Package edu.pitt.csb.stability
Class SearchWrappers.MGMWrapper
java.lang.Object
edu.pitt.csb.stability.DataGraphSearch
edu.pitt.csb.stability.SearchWrappers.MGMWrapper
- Enclosing class:
 - SearchWrappers
 
Abstract class for search algorithm wrappers.
- 
Field Summary
Fields inherited from class edu.pitt.csb.stability.DataGraphSearch
searchParams - 
Constructor Summary
ConstructorsConstructorDescriptionMGMWrapper(double... params) should be array three parameters for lambdas of each edge type - 
Method Summary
 
- 
Constructor Details
- 
MGMWrapper
public MGMWrapper(double... params) should be array three parameters for lambdas of each edge type- Parameters:
 params- parameters
 
 - 
 - 
Method Details
- 
copy
Copy constructor.- Specified by:
 copyin classDataGraphSearch- Returns:
 - a 
DataGraphSearchobject 
 - 
search
Search method.- Specified by:
 searchin classDataGraphSearch- Parameters:
 ds- aDataSetobject- Returns:
 - a 
Graphobject 
 
 -