|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SignificantMotifOccurrencesFinder.JoinMethod
Interface for methods that combine several profiles over the same sequence into one common profile
Method Summary | |
---|---|
double[] |
joinProfiles(double[][] profiles)
Joins the profiles in profiles into a common
profile, where each line of profiles corresponds to one profile
to be joined |
Method Detail |
---|
double[] joinProfiles(double[][] profiles) throws Exception
profiles
into a common
profile, where each line of profiles
corresponds to one profile
to be joined
profiles
- the profiles to be joined
Exception
- if the profiles could not be joined, e.g. because they are not of equal length
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |