TC Java
2011 Version

Uses of Class
gov.nih.nlm.nls.tc.Sti.SemanticTypes

Packages that use SemanticTypes
gov.nih.nlm.nls.tc.Api This package provides Java APIs classes. 
gov.nih.nlm.nls.tc.FilterApi This package provides filter option Java classes for text categorization tools. 
gov.nih.nlm.nls.tc.Lib This package contains TC general library classes of Configuration, Counts, and KeyValue objects. 
gov.nih.nlm.nls.tc.Sti This package provides base Java classes of all Sti operations. 
gov.nih.nlm.nls.tc.Stri This package provides base Java classes of all Stri operations. 
 

Uses of SemanticTypes in gov.nih.nlm.nls.tc.Api
 

Fields in gov.nih.nlm.nls.tc.Api declared as SemanticTypes
protected  SemanticTypes StWsdApi.sts_
           
protected  SemanticTypes StiApi.sts_
           
 

Methods in gov.nih.nlm.nls.tc.Api that return SemanticTypes
 SemanticTypes StWsdApi.GetSemanticTypes()
          Get the Semantic Types object.
 SemanticTypes StriApi.GetSemanticTypes()
          Get the Semantic Types object.
 SemanticTypes StiApi.GetSemanticTypes()
          Get the Semantic Types object.
 

Methods in gov.nih.nlm.nls.tc.Api with parameters of type SemanticTypes
static float SimilarityApi.GetSimilarity(java.util.Vector<Count1f> vec1, java.util.Vector<Count1f> vec2, SemanticTypes sts)
          Get similarity in float for two ST vectors.
static Count2f SimilarityApi.GetSimilarity(java.util.Vector<Count2f> vec1, java.util.Vector<Count2f> vec2, SemanticTypes sts)
          Get similarity in float for two ST vectors.
static Count1f SimilarityApi.GetSimilarityObj(java.util.Vector<Count1f> vec1, java.util.Vector<Count1f> vec2, SemanticTypes sts)
          Get similarity in float for two ST vectors.
 

Constructors in gov.nih.nlm.nls.tc.Api with parameters of type SemanticTypes
StiApi(Configuration conf, SemanticTypes sts)
          Creates an StiApi object and initiate related data, using a specified configuration object and semantic types object.
StiApi(java.sql.Connection conn, SemanticTypes sts)
          Creates an StiApi object and initiate related data, using a specified database connection object and semantic types object.
StriApi(Configuration conf, JournalDescriptors jds, Subheadings shs, SemanticTypes sts)
          Creates an StriApi object and initiate related data, using a specified configuration object, journal descritor object, subHeadings object, and semantic types object.
StWsdApi(Configuration conf, SemanticTypes sts, JournalDescriptors jds)
          Creates an WsdApi object and initiate related data, using a specified configuration object and semantic types object.
StWsdApi(java.sql.Connection conn, SemanticTypes sts, JournalDescriptors jds)
          Creates an WsdApi object and initiate related data, using a specified database connection object and semantic types object.
 

Uses of SemanticTypes in gov.nih.nlm.nls.tc.FilterApi
 

Methods in gov.nih.nlm.nls.tc.FilterApi with parameters of type SemanticTypes
static java.lang.String OutputFilter.ProcessMesh(java.util.Vector<Count1f> inScores, SemanticTypes sts, OutputFilterOption outputFilterOption)
          Output filter to get result string of MeSH (Count1f) from STI.
static java.lang.String OutputFilter.ProcessText(java.util.Vector<Count2f> inScores, SemanticTypes sts, OutputFilterOption outputFilterOption)
          Output filter to get result string of Text (Count2f) from STI.
 java.lang.String OutputFilterOption.ToString(SemanticTypes sts)
          Get a String of showing all output filter option.
 

Uses of SemanticTypes in gov.nih.nlm.nls.tc.Lib
 

Methods in gov.nih.nlm.nls.tc.Lib with parameters of type SemanticTypes
static java.util.Vector<Count2f> Count2fOperator.Add(java.util.Vector<Count2f> vec1, java.util.Vector<Count2f> vec2, SemanticTypes sts)
          Operation add for two ST Vectors in Count2f.
static java.util.Vector<Count1f> Count1fOperator.Standardize(java.util.Vector<Count1f> inVec, SemanticTypes sts)
          Standardize the order of ST scores.
static java.util.Vector<Count2f> Count2fOperator.Standardize(java.util.Vector<Count2f> inVec, SemanticTypes sts)
          Standardize the order of ST scores.
 

Uses of SemanticTypes in gov.nih.nlm.nls.tc.Sti
 

Methods in gov.nih.nlm.nls.tc.Sti with parameters of type SemanticTypes
 void Count2fStComparator.SetSemanticTypes(SemanticTypes sts)
          Set the Semantic Types
 

Uses of SemanticTypes in gov.nih.nlm.nls.tc.Stri
 

Methods in gov.nih.nlm.nls.tc.Stri with parameters of type SemanticTypes
 void Count1fStComparator.SetSemanticTypes(SemanticTypes sts)
          Set the Semantic Types
 

Constructors in gov.nih.nlm.nls.tc.Stri with parameters of type SemanticTypes
StJds(SemanticTypes sts, JournalDescriptors jds, java.lang.String stJdFile, boolean verbose)
          Create the St-Jd scores (Count2f) objects by specifying the semantic types list object, journal descriptors list object, and flag of verbose.
 


TC Java
2011 Version

Submit a bug or feature

Copyright © 2011 National Library of Medicine