Uses of Class
at.tuwien.ifs.somtoolbox.models.GrowingCellStructures

Packages that use GrowingCellStructures
at.tuwien.ifs.somtoolbox.layers Provides the basic classes constituting SOM-based neural networks. 
at.tuwien.ifs.somtoolbox.output Provides classes to write trained SOMs to files for future re-use. 
 

Uses of GrowingCellStructures in at.tuwien.ifs.somtoolbox.layers
 

Methods in at.tuwien.ifs.somtoolbox.layers that return types with arguments of type GrowingCellStructures
 Collection<? extends GrowingCellStructures> GrowingCellLayer.getAllSubMaps()
           
 

Uses of GrowingCellStructures in at.tuwien.ifs.somtoolbox.output
 

Methods in at.tuwien.ifs.somtoolbox.output with parameters of type GrowingCellStructures
static void GrowingCellStructuresMapOutputter.write(GrowingCellStructures csom, String fDir, String fName, boolean gzipped, SOMProperties somProps, FileProperties fileProps)
           
static void GrowingCellStructuresMapOutputter.writeDataWinnerMappingFile(GrowingCellStructures csom, InputData data, int numWinners, String fDir, String fName, boolean gzipped)
           
private static void GrowingCellStructuresMapOutputter.writeMapDescriptionFile(GrowingCellStructures csom, String fDir, String fName, SOMProperties somProps, FileProperties fileProps)
           
private static void GrowingCellStructuresMapOutputter.writeUnitDescriptionFile(GrowingCellStructures csom, String fDir, String fName, boolean gzipped)
           
private static void GrowingCellStructuresMapOutputter.writeWeightVectorFile(GrowingCellStructures csom, String fDir, String fName, boolean gzipped)