public abstract class Selector
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Selector() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isMajorSubgraphColumn(EBIMatrix similarityMatrix,
int IndexI,
int IndexJ) |
protected boolean |
isMajorSubgraphColumn(Holder mh,
int IndexI,
int IndexJ) |
protected boolean |
isMajorSubgraphRow(EBIMatrix similarityMatrix,
int IndexI,
int IndexJ) |
protected boolean |
isMajorSubgraphRow(Holder mh,
int IndexI,
int IndexJ) |
protected boolean |
isMinEnergyColumn(Holder mh,
int IndexI,
int IndexJ) |
protected boolean |
isMinEnergyRow(Holder mh,
int IndexI,
int IndexJ) |
protected boolean |
isMinorSubgraphColumn(EBIMatrix similarityMatrix,
int IndexI,
int IndexJ) |
protected boolean |
isMinorSubgraphColumn(Holder mh,
int IndexI,
int IndexJ) |
protected boolean |
isMinorSubgraphRow(EBIMatrix similarityMatrix,
int IndexI,
int IndexJ) |
protected boolean |
isMinorSubgraphRow(Holder mh,
int IndexI,
int IndexJ) |
static Holder |
modifyMatrix(Holder orignal)
Refills Matrix with true similarity scores
|
public static Holder modifyMatrix(Holder orignal) throws java.io.IOException, org.openscience.cdk.exception.CDKException, java.lang.CloneNotSupportedException
orignal
- java.io.IOException
org.openscience.cdk.exception.CDKException
java.lang.CloneNotSupportedException
protected boolean isMajorSubgraphColumn(Holder mh, int IndexI, int IndexJ) throws java.io.IOException, org.openscience.cdk.exception.CDKException
mh
- IndexI
- IndexJ
- java.io.IOException
org.openscience.cdk.exception.CDKException
protected boolean isMajorSubgraphRow(Holder mh, int IndexI, int IndexJ) throws java.io.IOException, org.openscience.cdk.exception.CDKException
mh
- IndexI
- IndexJ
- java.io.IOException
org.openscience.cdk.exception.CDKException
protected boolean isMinEnergyColumn(Holder mh, int IndexI, int IndexJ) throws java.io.IOException, org.openscience.cdk.exception.CDKException
mh
- IndexI
- IndexJ
- java.io.IOException
org.openscience.cdk.exception.CDKException
protected boolean isMinEnergyRow(Holder mh, int IndexI, int IndexJ) throws java.io.IOException, org.openscience.cdk.exception.CDKException
mh
- IndexI
- IndexJ
- java.io.IOException
org.openscience.cdk.exception.CDKException
protected boolean isMinorSubgraphColumn(Holder mh, int IndexI, int IndexJ) throws java.io.IOException, org.openscience.cdk.exception.CDKException
mh
- IndexI
- IndexJ
- java.io.IOException
org.openscience.cdk.exception.CDKException
protected boolean isMinorSubgraphRow(Holder mh, int IndexI, int IndexJ)
mh
- IndexI
- IndexJ
- protected boolean isMinorSubgraphColumn(EBIMatrix similarityMatrix, int IndexI, int IndexJ)
similarityMatrix
- IndexI
- IndexJ
- protected boolean isMinorSubgraphRow(EBIMatrix similarityMatrix, int IndexI, int IndexJ)
similarityMatrix
- IndexI
- IndexJ
- protected boolean isMajorSubgraphColumn(EBIMatrix similarityMatrix, int IndexI, int IndexJ)
similarityMatrix
- IndexI
- IndexJ
- protected boolean isMajorSubgraphRow(EBIMatrix similarityMatrix, int IndexI, int IndexJ)
similarityMatrix
- IndexI
- IndexJ
-