This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dez 18, 2014 3:47:31 PM matrix.MatrixFactory getInstance | |
| INFORMAÇÕES: #Processing the points file: /home/washington/Downloads/ImagensCorel.data | |
| The number of control points should be provided. | |
| Dez 18, 2014 3:47:32 PM datamining.clustering.BKmeans execute | |
| INFORMAÇÕES: Bisecting K-Means time: 0.539s | |
| Dez 18, 2014 3:47:32 PM datamining.clustering.BKmeans execute | |
| INFORMAÇÕES: Clusters sizes: 93 108 102 96 99 110 98 99 93 102 | |
| Dez 18, 2014 3:47:32 PM datamining.neighbors.KNN execute | |
| INFORMAÇÕES: KNN time: 0s | |
| Dez 18, 2014 3:47:33 PM datamining.neighbors.ANN execute |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDh0KfbbznkydMB4Z4GvO73w1VI92egCi4pbIHMn5I7lftEpl7y3dOeAhlK9sqT4CAcIq8adAGAApjX36wgn+dEd1Ba5MZU6FlF6hyZqOps7gOx2b5xjKUPigT44ZYrryKDxKgv7tDM+jkReWoagrNhsKhoyYOtQCWZM7Yfs7QcQFd5EKEhPQ0BkSXfxwMrI1/sUv7UfO7BzHNZFEYEBF6pzu6pzP54iafVMQJSk/mSM8dCOCLwdY/c5o3a/LMOewDQwfq8lHrc2nl8rlfmOhEIkZeY7biIZUc8UTgSp8XyAuUDBXU3ERBWUfmd2k8ZMZCk/fsgdIOBOfHoZBCKgxkp [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCye5bL73lRY7vNRz3qtJ9a989RG5uqib/WtNKmCsgBBHucQudlSoAjeR3Vi3JsMw6kE01UYAiXo/niBe3Qc2zPaTUbThLDJZWR1aP5oXDR0EQpFsD7XLmXyZGd+/XxDgsrGOLQzPvy5NVhN5DQYdAunCYQjNaLX+dxsY2bpNmHnaNgOznLKakPQgtbKDOpI+E0OlQLYB0CxjOS+k3V7brEKztqLPRAV1vSRNj5WgRnGtriqlQobLdH/38q0iU27TSNJ3Ps2YhU8DDMPSwYRjcNMz1YEiIvsECB1a+kyJEjmnM7TCzch56AU0nhPOZ4t1KGrMk9248Y4t/lDZIOEOHj [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCye5bL73lRY7vNRz3qtJ9a989RG5uqib/WtNKmCsgBBHucQudlSoAjeR3Vi3JsMw6kE01UYAiXo/niBe3Qc2zPaTUbThLDJZWR1aP5oXDR0EQpFsD7XLmXyZGd+/XxDgsrGOLQzPvy5NVhN5DQYdAunCYQjNaLX+dxsY2bpNmHnaNgOznLKakPQgtbKDOpI+E0OlQLYB0CxjOS+k3V7brEKztqLPRAV1vSRNj5WgRnGtriqlQobLdH/38q0iU27TSNJ3Ps2YhU8DDMPSwYRjcNMz1YEiIvsECB1a+kyJEjmnM7TCzch56AU0nhPOZ4t1KGrMk9248Y4t/lDZIOEOHj [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCye5bL73lRY7vNRz3qtJ9a989RG5uqib/WtNKmCsgBBHucQudlSoAjeR3Vi3JsMw6kE01UYAiXo/niBe3Qc2zPaTUbThLDJZWR1aP5oXDR0EQpFsD7XLmXyZGd+/XxDgsrGOLQzPvy5NVhN5DQYdAunCYQjNaLX+dxsY2bpNmHnaNgOznLKakPQgtbKDOpI+E0OlQLYB0CxjOS+k3V7brEKztqLPRAV1vSRNj5WgRnGtriqlQobLdH/38q0iU27TSNJ3Ps2YhU8DDMPSwYRjcNMz1YEiIvsECB1a+kyJEjmnM7TCzch56AU0nhPOZ4t1KGrMk9248Y4t/lDZIOEOHj [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| server { | |
| listen 80; | |
| root /home/hihiring/public; | |
| server_name _; | |
| index index.htm index.html; | |
| location / { | |
| try_files $uri/index.html $uri.html $uri @app; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public void salvaContatos(ArrayList<Contato> lista) { | |
| String linha; | |
| BufferedReader arquivo = null; // Objeto leitor | |
| try { | |
| arquivo = new BufferedReader(new FileReader(new File("contatos"))); | |
| // Instanciação do objeto leitor | |
| while ((linha = arquivo.readLine()) != null) { | |
| // Leitura de uma linha do arquivo em“linha” | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BufferedWriter escritor = null; //objeto escritor | |
| try { | |
| escritor = new BufferedWriter(new FileWriter(new File("contatos"))); | |
| //Instanciação do objeto escritor | |
| escritor.write("texto"); //Gravação do texto | |
| escritor.flush(); //descarga do buffer de escrita | |
| escritor.close(); //fechamento do arquivo | |
| } catch (IOException e) { | |
| e.printStackTrace(); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public void salvaContatos(ArrayList<Contato> lista) { | |
| for (Contato c : lista) { | |
| BufferedWriter escritor = null; //objeto escritor | |
| try { | |
| escritor = new BufferedWriter(new FileWriter(new File("contatos"))); | |
| //Instanciação do objeto escritor | |
| escritor.write(c.toString()); //Gravação do texto | |
| escritor.flush(); //descarga do buffer de escrita | |
| escritor.close(); //fechamento do arquivo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public void salvaContatos(ArrayList<Contato> lista) { | |
| BufferedWriter escritor = null; //objeto escritor | |
| try { | |
| escritor = new BufferedWriter(new FileWriter(new File("contatos"))); | |
| //Instanciação do objeto escritor | |
| for (Contato c : lista) { | |
| escritor.write(c.toString()); //Gravação do texto | |
| escritor.flush(); //descarga do buffer de escrita |