Uses of Class
databionics.text.StringList

Packages that use StringList
databionics.esom.grid ESOM grids: A grid holds the prototype vector and defines the map space topology by the function findNeighbors
databionics.esom.renderer.background Background visualization methods that all inherit from BackgroundRenderer. 
databionics.esom.renderer.foreground Foreground visualization methods that all inherit from ForegroundRenderer. 
databionics.esom.tool.bminfo   
databionics.io Loading and saving of all file formats. 
databionics.text Some simple string routines including n-gram similarity. 
databionics.util Some utilities including searching for classes in a jar and reading an environment variable. 
 

Uses of StringList in databionics.esom.grid
 

Methods in databionics.esom.grid with parameters of type StringList
 boolean RectangularGrid.saveWeights(java.lang.String filename, StringList comment)
          Save the weight vectors to a *.wts file
 

Uses of StringList in databionics.esom.renderer.background
 

Fields in databionics.esom.renderer.background declared as StringList
protected  StringList BackgroundTool.backgroundNames
          A list containing the names oft the backgrounds.
 

Uses of StringList in databionics.esom.renderer.foreground
 

Fields in databionics.esom.renderer.foreground declared as StringList
protected  StringList ForegroundTool.foregroundNames
          foreground names
 

Methods in databionics.esom.renderer.foreground that return StringList
 StringList ForegroundTool.getBMRendererNames()
           
 StringList ForegroundTool.getForegroundNames()
          Get the foreground names
 StringList ForegroundList.getListOfNames()
          Get a list of the names of the forgrounds
 

Methods in databionics.esom.renderer.foreground with parameters of type StringList
 boolean ForegroundTool.setBMRenderers(StringList strlist)
           
 void ForegroundTool.setForegroundNames(StringList foregroundNames)
          Set the foreground names
 

Uses of StringList in databionics.esom.tool.bminfo
 

Fields in databionics.esom.tool.bminfo declared as StringList
protected  StringList BMInfoTool.names
           
 

Methods in databionics.esom.tool.bminfo that return StringList
 StringList BMInfoTool.getNames()
           
 

Methods in databionics.esom.tool.bminfo with parameters of type StringList
 void BMInfoTool.setNames(StringList names)
           
 

Uses of StringList in databionics.io
 

Fields in databionics.io declared as StringList
protected  StringList BaseFile.comment
          Comment of file.
protected  StringList BaseFile.header
          Header of file.
protected  StringList LrnFile.names
          Names of data columns from header.
 

Methods in databionics.io that return StringList
 StringList BaseFile.getComment()
          Get the comment of file.
 StringList BaseFile.getHeader()
          Get the header of file.
 StringList LrnFile.getNames()
          Get names.
 

Methods in databionics.io with parameters of type StringList
 void BaseFile.setComment(StringList comment)
          Change the comment of file.
 void LrnFile.setNames(StringList names)
          Set names.
protected static void BaseFile.writeStringList(java.io.BufferedWriter w, StringList l)
          Write a StringList to a writer.
protected static void BaseFile.writeStringList(java.io.BufferedWriter w, StringList l, java.lang.String prefix)
          Write a StringList to a writer.
 

Uses of StringList in databionics.text
 

Methods in databionics.text that return StringList
 StringList StringList.getDistinct()
          Get StringList without duplicates.
 StringList SimilarString.toExtNGrams(int n)
          Build extended n-grams of string by adding _ at start and end.
static StringList StringUtils.toExtNGrams(int n, java.lang.String s)
          Build extended n-grams of string by adding _ at start and end.
 StringList SimilarString.toNGrams(int n)
          Build n-grams of string.
static StringList StringUtils.toNGrams(int n, java.lang.String s)
          Build n-grams of string.
 

Methods in databionics.text with parameters of type StringList
 void StringList.addAll(StringList items)
          Add another StringList
 void StringList.addAll(StringList items, java.lang.String prefix)
          Add another StringList with a prefix in front of each item
 int SimilarString.countSimilarExtTrigramMetric(StringList compare)
          Count how many Strings in this list are similar to this String based on the trigram metric and a threshhold of 0.5.
 

Constructors in databionics.text with parameters of type StringList
StringCounter(StringList tokens)
           
StringList(StringList list)
           
 

Uses of StringList in databionics.util
 

Methods in databionics.util that return StringList
 StringList IntegerList.toStringList()
          Get list of numbers as strings.
 



Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.