Operation |
Details |
public KohonenNetwork(): |
|
public KohonenNetwork( int netX, int netY, double alpha, double K, double neighbourhoodSize, NeighbourhoodShape neighbourhoodShape, int numberOfIteration, DBDataAdmin dbAdmin, int tableVersion): |
Notes: | Constructor with some parameters | |
public UsedColumns():ColumnsFilter |
<<property>> Notes: | Info about which columns are selected. | |
public SelectedCorrectColumns():bool |
<<property>> Notes: | true if Int and Double columns are selected, else false | |
public ExistVersion():bool |
<<property>> Notes: | Test if exist version of data | |
public netX():int |
<<property>> Notes: | Size of network in X - axis | |
public netY():int |
<<property>> Notes: | Size of network in Y - axis | |
public TrainDataCount():int |
<<property>> Notes: | Count of train data == count of row in table | |
public Alpha():double |
<<property>> Notes: | Alpha - training parameter | |
public Cooling():double |
<<property>> Notes: | Cooling - training parameter | |
public Neighbourhood():double |
<<property>> Notes: | Size of neighbourhood | |
public PatternLength():int |
<<property>> Notes: | Length of trainign pattern with unused columns | |
public NumberOfIteration():int |
<<property>> Notes: | Count of algorithm iterations | |
public NeighShape():NeighbourhoodShape |
<<property>> Notes: | shape of neighbourhood | |