|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.somtoolbox.data.AbstractSOMLibSparseInputData
at.tuwien.ifs.somtoolbox.data.SOMLibSparseInputData
at.tuwien.ifs.somtoolbox.data.normalisation.AbstractNormaliser
abstract class AbstractNormaliser
Field Summary | |
---|---|
protected java.io.BufferedWriter |
writer
|
Fields inherited from class at.tuwien.ifs.somtoolbox.data.SOMLibSparseInputData |
---|
data, DEFAULT_NORMALISED, DEFAULT_NUM_CACHE_BLOCKS, DEFAULT_RANDOM_SEED, DEFAULT_SPARSE, INPUT_VECTOR_FILE_FORMAT_CORRUPT_MESSAGE, nonZeros, sparse |
Fields inherited from class at.tuwien.ifs.somtoolbox.data.AbstractSOMLibSparseInputData |
---|
classInfo, contentType, dataNames, dim, ERROR_MESSAGE_FILE_FORMAT_CORRUPT, featureMatrixCols, featureMatrixRows, isNormalized, meanVector, mqe0, nameCache, numVectors, rand, source, templateVector |
Fields inherited from interface at.tuwien.ifs.somtoolbox.data.InputData |
---|
inputFileNameSuffix, MISSING_VALUE |
Constructor Summary | |
---|---|
AbstractNormaliser()
|
Method Summary | |
---|---|
void |
normalise(java.lang.String inputFileName,
java.lang.String outputFileName)
|
abstract void |
postReading()
|
abstract void |
preReading()
|
Methods inherited from class at.tuwien.ifs.somtoolbox.data.SOMLibSparseInputData |
---|
addInstance, getDataAsMatrix, getDimensionality, getInputDatum, getInputVector, getValue, init, initDataStructures, initMatrix, main, mqe0, openFile, parse, parseDouble, processLine, readVectorFile, setLabel, setMatrixValue, subset |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.BufferedWriter writer
Constructor Detail |
---|
AbstractNormaliser()
Method Detail |
---|
public void normalise(java.lang.String inputFileName, java.lang.String outputFileName) throws java.io.IOException
java.io.IOException
public abstract void postReading() throws java.io.IOException
java.io.IOException
public abstract void preReading()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |