- getAlg() - Method in class dip.kontroler.Gui
-
Get instance of algorithm class.
- getCas() - Method in class dip.model.Predzpracovani
-
Returns the running time of pre-processing
- getCelkem() - Method in class dip.model.Predzpracovani
-
Returns the count of documents
- getCentraShluku() - Method in class dip.model.Data
-
Gets the centers of all clusters in a form of file.
- getData() - Method in class dip.kontroler.Gui
-
Gets the input dataset.
- getData() - Method in class dip.model.Predzpracovani
-
Returns the dataset used for pre-processing
- getDataFile() - Method in class dip.model.Data
-
Gets the folder, in which input data are stored.
- getDokument() - Method in class dip.model.SlovoSuma
-
Gets the document.
- getDokumenty() - Method in class dip.model.Data
-
Gets the list of documents.
- getId() - Method in class dip.model.Slovo
-
Gets the identifier of a word.
- getInstance() - Static method in class dip.kontroler.Gui
-
Get instance of this class as a singleton.
- getInstance() - Static method in class dip.model.Data
-
Gets the instance of this class.
- getInstance() - Static method in class dip.model.Predzpracovani
-
- getJmeno() - Method in class dip.model.Dokument
-
Gets the name of the document.
- getJmeno() - Method in class dip.model.Slovo
-
Gets the word name.
- getKategorie() - Method in class dip.model.Data
-
Gets the hash map with a list of categories.
- getKategorie() - Method in class dip.model.Dokument
-
Returns the category of current document.
- getKategorieList() - Method in class dip.model.Data
-
Gets the list of all categories.
- getKonstanta() - Method in class dip.model.Data
-
Gets the value of constant.
- getMaximalneTermu() - Method in class dip.model.Data
-
Gets the value of maximum count of terms.
- getMaximalniVyskyty() - Method in class dip.model.SlovoSuma
-
Gets the value of maximum occurrence of a term in a document.
- getPocet() - Method in class dip.model.Slovo
-
Gets the occurrence count of a word.
- getPocetDokumentu() - Method in class dip.model.SlovoSuma
-
Gets the value of count of documents containing this term.
- getPocetTrid() - Method in class dip.model.Data
-
Gets the value of class count.
- getPostup() - Method in class dip.model.Predzpracovani
-
Counts and returns general information about the progress
- getPostupText() - Method in class dip.model.Predzpracovani
-
Returns the actual progress information of pre-processing
- getSlova() - Method in class dip.model.Dokument
-
Gets the set of words contained in the document.
- getSlovaDokumenty() - Method in class dip.model.Data
-
Gets the hash map of words assigned to a document.
- getSlovaDokumentyKolekce() - Method in class dip.model.Data
-
Gets the collection of all documents.
- getSoubor() - Method in class dip.model.Dokument
-
Gets the file, which contains the document.
- getStopListFile() - Method in class dip.model.Data
-
Returns a stop words file.
- getStopSlova() - Method in class dip.model.Data
-
Gets the hash map containing the stop words.
- getText() - Method in class dip.model.Dokument
-
Gets the text content of the document.
- getTitle() - Method in class dip.model.Dokument
-
Gets the title of the document.
- getVaha() - Method in class dip.model.Slovo
-
Gets the weight of a word.
- getVahovani() - Method in class dip.model.Data
-
Gets the actual weighting method to be used.
- getVybranyDokument() - Method in class dip.pohled.VysledkyPredzpracovaniOkno
-
- getVybranyShluk() - Method in class dip.pohled.AlgoritmusOkno
-
- Gui - Class in dip.kontroler
-
Controller class to process graphics of the application.
- Gui() - Constructor for class dip.kontroler.Gui
-
Constructor.
- gui - Variable in class dip.pohled.VysledkyPredzpracovaniOkno
-
- importuj(File) - Static method in class dip.model.IO
-
Import data.
- inc() - Method in class dip.model.Slovo
-
Increments occurrence count of a word
- incDokument(Dokument) - Method in class dip.model.SlovoSuma
-
Increments count of documents containing this term.
- inicializace() - Method in class dip.kontroler.Gui
-
Executed algorithm initialization.
- initOkno - Variable in class dip.kontroler.Gui
-
- InitOkno - Class in dip.pohled
-
Algorithm initialization window
- InitOkno(Gui) - Constructor for class dip.pohled.InitOkno
-
Creates new form InitOkno
- IO - Class in dip.model
-
Model class used to implement input/output operations.
- IO() - Constructor for class dip.model.IO
-
- isAplikovatStemming() - Method in class dip.model.Data
-
Gets the value of option, if the application will apply a stemming
algorithm.
- isAplikovatStopList() - Method in class dip.model.Data
-
Gets the value of option, if the application will use a stoplist.
- isGui() - Method in class dip.kontroler.Parametry
-
- isMazatCisla() - Method in class dip.model.Data
-
Gets the value of option, if the application will remove digits from
document representation.
- isMazatTermyJednohoDokumentu() - Method in class dip.model.Data
-
Gets the value of option, if the application will remove terms
contained in only one document.
- isZmena() - Method in class dip.model.Predzpracovani
-
Returns, if something was changed in the class
- setAlg(Algoritmus) - Method in class dip.kontroler.Gui
-
Sets the algorithm.
- setAplikovatStemming(boolean) - Method in class dip.model.Data
-
Setting the option, if the application will apply a stemming algorithm.
- setAplikovatStopList(boolean) - Method in class dip.model.Data
-
Setting the option, if the application will use a stoplist.
- setCentraShluku(File) - Method in class dip.model.Data
-
Setting the cluster centers from a file.
- setData(Data) - Method in class dip.kontroler.Gui
-
Sets the input dataset.
- setData(Data) - Method in class dip.model.Predzpracovani
-
Sets the dataset used for pre-processing
- setDataDirString(String) - Method in class dip.model.Data
-
Setting the file folder and file validity test.
- setDataFile(File) - Method in class dip.model.Data
-
Setting of a folder, in which input data are contained.
- setDokument(Dokument) - Method in class dip.model.SlovoSuma
-
Sets the document.
- setDokumenty(List<Dokument>) - Method in class dip.model.Data
-
Setting the list of documents.
- setId(int) - Method in class dip.model.Slovo
-
Gets the identifier of a word.
- setJmeno(String) - Method in class dip.model.Dokument
-
Sets the name of the document.
- setJmeno(String) - Method in class dip.model.Slovo
-
Sets the word name.
- setKategorie(HashMap<String, Integer>) - Method in class dip.model.Data
-
Setting the categories from an input hash map.
- setKategorie(String) - Method in class dip.model.Dokument
-
Sets the category of current document.
- setKategorieList(Collection<String>) - Method in class dip.model.Data
-
Setting the list of all categories.
- setKonstanta(double) - Method in class dip.model.Data
-
Setting of the constant.
- setMaximaleTermu(int) - Method in class dip.model.Data
-
Setting the maximum count of terms.
- setMaximalniVyskyty(int) - Method in class dip.model.SlovoSuma
-
Sets the value of maximum occurrence of a term in a document.
- setMazatCisla(boolean) - Method in class dip.model.Data
-
Setting the option, if the application will remove digits from document
representation.
- setMazatTermyJednohoDokumentu(boolean) - Method in class dip.model.Data
-
Setting the option, if the application will remove terms contained in only
one document.
- setPocet(int) - Method in class dip.model.Slovo
-
Sets the occurrence count of a word.
- setPocetDokumentu(int) - Method in class dip.model.SlovoSuma
-
Sets the value of count of documents containing this term.
- setPocetTrid(int) - Method in class dip.model.Data
-
Setting the value of the count of classes.
- setSlova(HashMap<String, Slovo>) - Method in class dip.model.Dokument
-
Sets the hash map contents of words contained in the document.
- setSlovaDokumenty(HashMap<String, SlovoSuma>) - Method in class dip.model.Data
-
Setting the words assigned for a document.
- setSlovaDokumentyKolekce(Collection<SlovoSuma>) - Method in class dip.model.Data
-
Setting the collection of words in documents.
- setSoubor(File) - Method in class dip.model.Dokument
-
Sets the file, which contains the document.
- setStopListFile(File) - Method in class dip.model.Data
-
Sets a stop words file.
- setStopListString(String) - Method in class dip.model.Data
-
Sets a stoplist file from the file name given as a parameter.
- setStopSlova(HashMap<String, Boolean>) - Method in class dip.model.Data
-
Setting the contents of stoplist.
- setTestStopListFile(File) - Method in class dip.model.Data
-
Sets a stop words file and runs the test of it.
- setText(String) - Method in class dip.model.Dokument
-
Sets the text content of the document.
- setTitle(String) - Method in class dip.model.Dokument
-
Sets the title of the document.
- setVaha(double) - Method in class dip.model.Slovo
-
Sets the weight of a word.
- setVahovani(Data.VahovaciMetody) - Method in class dip.model.Data
-
Setting the actual weighting method to be used.
- setVybranyDokument(Dokument) - Method in class dip.pohled.VysledkyPredzpracovaniOkno
-
- setVybranyShluk(Shluk) - Method in class dip.pohled.AlgoritmusOkno
-
- setZmena(boolean) - Method in class dip.model.Predzpracovani
-
Sets the "change" boolean value
- Slovo - Class in dip.model
-
Model class representing one word of a document
- Slovo() - Constructor for class dip.model.Slovo
-
- Slovo(String) - Constructor for class dip.model.Slovo
-
Constructor
- SlovoSuma - Class in dip.model
-
Model class responsible for global storing of terms (extends the Slovo class)
- SlovoSuma(String) - Constructor for class dip.model.SlovoSuma
-
Constructor including creation of Slovo class instance.
- SlovoSuma() - Constructor for class dip.model.SlovoSuma
-
Constructor
- souborNaString(File) - Static method in class dip.model.IO
-
Converts given file into a string.
- spustitInicializaci() - Method in class dip.kontroler.Gui
-
Executes initialization window.
- spustitVysledky() - Method in class dip.kontroler.Gui
-
Executes algorithm results window.
- stemm(String) - Method in class dip.model.Predzpracovani
-
If stemming has to be used, executes Porter stemmer and returns
its results.
- storno - Variable in class dip.model.Predzpracovani
-
- stringNaSoubor(String, File) - Static method in class dip.model.IO
-
Stores a given string into a file.