|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEM_LLR_Utils.SeedGenerator<T>
public class SeedGenerator<T extends edu.tau.compbio.interaction.AnnotatedInteractorSet>
Nested Class Summary | |
---|---|
static class |
SeedGenerator.BestNeiSelection
|
static class |
SeedGenerator.SeedConfinement
|
static class |
SeedGenerator.SeedScore
|
Constructor Summary | |
---|---|
SeedGenerator(edu.tau.compbio.interaction.InteractionMap im,
edu.tau.compbio.ds.SimilarityMatrix wMat,
int[] index2index,
SeedGenerator.SeedScore scoreMethod,
SeedGenerator.SeedConfinement seedMethod)
|
Method Summary | |
---|---|
java.util.AbstractList<edu.tau.compbio.interaction.AnnotatedInteractorSet> |
generateAllPairsSeeds(int size,
float minSimilarity,
float minSeedScore,
int maxSize)
|
java.util.AbstractList<T> |
generateAllPairsSeedsWithConfinedCut(int size,
float minSimilarity,
float minSeedScore,
int maxSize,
double maxCutWeight,
java.util.Map<edu.tau.compbio.interaction.Interaction,java.lang.Double> weights)
|
protected java.util.AbstractList<edu.tau.compbio.interaction.Interactor> |
orderNodes()
|
void |
setBestNeiSelectionMethod(SeedGenerator.BestNeiSelection method)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SeedGenerator(edu.tau.compbio.interaction.InteractionMap im, edu.tau.compbio.ds.SimilarityMatrix wMat, int[] index2index, SeedGenerator.SeedScore scoreMethod, SeedGenerator.SeedConfinement seedMethod)
Method Detail |
---|
public void setBestNeiSelectionMethod(SeedGenerator.BestNeiSelection method)
protected java.util.AbstractList<edu.tau.compbio.interaction.Interactor> orderNodes()
public java.util.AbstractList<edu.tau.compbio.interaction.AnnotatedInteractorSet> generateAllPairsSeeds(int size, float minSimilarity, float minSeedScore, int maxSize)
public java.util.AbstractList<T> generateAllPairsSeedsWithConfinedCut(int size, float minSimilarity, float minSeedScore, int maxSize, double maxCutWeight, java.util.Map<edu.tau.compbio.interaction.Interaction,java.lang.Double> weights)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |