Uses of Interface
qmwi.kseg.som.SOMdataEntry
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.som | |
qmwi.kseg.som |
-
Uses of SOMdataEntry in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.som
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.som that return SOMdataEntry Modifier and Type Method Description static SOMdataEntry
IAPnodeTools. getSOMdataSet(GraphElement n, int columnCount, String[] columnDesc, boolean returnNaN, boolean useSampleAverageValues)
-
Uses of SOMdataEntry in qmwi.kseg.som
Classes in qmwi.kseg.som that implement SOMdataEntry Modifier and Type Class Description class
CSV_SOM_dataEntry
Methods in qmwi.kseg.som that return SOMdataEntry Modifier and Type Method Description SOMdataEntry
DataSet. addEntry(String inputLine, boolean isNormalizedData)
SOMdataEntry
CSV_SOM_dataEntry. addValues(String inputLine)
SOMdataEntry
CSV_SOM_dataEntry. addValues(String inputLine, boolean normalized)
SOMdataEntry
SOMdataEntry. addValues(String inputLine)
SOMdataEntry
SOMdataEntry. addValues(String inputLine, boolean normalized)
Methods in qmwi.kseg.som that return types with arguments of type SOMdataEntry Modifier and Type Method Description Iterator<SOMdataEntry>
DataSet. iterator()
Get a iterator for the data.Vector<SOMdataEntry>[]
DataSet. trainOrUseSOM(boolean learn, int nachbarF, String[] cols, int anzWdh, BackgroundTaskStatusProviderSupportingExternalCall somservice, int maxTrainInput)
Trains the SOM or uses the SOM in order to divide the input into groupsMethods in qmwi.kseg.som with parameters of type SOMdataEntry Modifier and Type Method Description void
DataSet. addEntry(SOMdataEntry sde)
Method parameters in qmwi.kseg.som with type arguments of type SOMdataEntry Modifier and Type Method Description double
DataSet. calcAverage(Vector<SOMdataEntry> thedata, String group)
int
DataSet. countAuspraegungen(Vector<SOMdataEntry> thedata, String group)
Zählt die verschiedenen Ausprägungen innerhalb einer Spalte Diese Gruppe kann z.B.int
DataSet. inputNeuronsNeededFor(Vector<SOMdataEntry> thedata, String[] cols)
double
DataSet. searchMax(Vector<SOMdataEntry> thedata, String group)
double
DataSet. searchMin(Vector<SOMdataEntry> thedata, String group)