|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.nih.nlm.nls.tc.Lib.Count1fOperator
public class Count1fOperator
This class provides Count1f St Score Vector operation
History:
Constructor Summary | |
---|---|
Count1fOperator()
Create the Count1f ST operator object. |
Method Summary | |
---|---|
static float |
GetCosCoefficient(java.util.Vector<Count1f> vec1,
java.util.Vector<Count1f> vec2)
Get the cosine coefficients for two Vector in Count1f. |
static Count1f |
GetCosCoefficientObj(java.util.Vector<Count1f> vec1,
java.util.Vector<Count1f> vec2)
Get the cosine coefficients for two Vector in Count1f. |
static java.util.Vector<Count1f> |
Standardize(java.util.Vector<Count1f> inVec,
JournalDescriptors jds)
Standardize the Count1f Vector by rearrnging the vector in index order and fill 0 in empty elements. |
static java.util.Vector<Count1f> |
Standardize(java.util.Vector<Count1f> inVec,
SemanticTypes sts)
Standardize the order of ST scores. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Count1fOperator()
Method Detail |
---|
public static Count1f GetCosCoefficientObj(java.util.Vector<Count1f> vec1, java.util.Vector<Count1f> vec2)
vec1
- input Vector 1 for cosine coefficientsvec2
- input Vector 2 for cosine coefficients
public static float GetCosCoefficient(java.util.Vector<Count1f> vec1, java.util.Vector<Count1f> vec2)
vec1
- input Vector 1 for cosine coefficientsvec2
- input Vector 2 for cosine coefficients
public static java.util.Vector<Count1f> Standardize(java.util.Vector<Count1f> inVec, SemanticTypes sts)
inVec
- Vector of ST scores to be standardizedsts
- Semantic Types Object
public static java.util.Vector<Count1f> Standardize(java.util.Vector<Count1f> inVec, JournalDescriptors jds)
inVec
- Vector in Count1f to be standardizedjds
- Journal Descriptos Object
|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |