Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/nbproject/private/
/build/
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified build/classes/ru/caf82/lectures/lecture04/WorkWithExceptions.class
Binary file not shown.
2 changes: 1 addition & 1 deletion nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
compile.on.save=true
user.properties.file=/home/ilysko/.netbeans/8.2/build.properties
user.properties.file=C:\\Users\\User\\AppData\\Roaming\\NetBeans\\8.2\\build.properties
4 changes: 1 addition & 3 deletions nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/home/ilysko/Desktop/WorkLearn/Coding/Java/JavaTeachingInMiphyaga/TextClassifierProject/src/ru/caf82/lectures/lecture02/StringProcessing.java</file>
</group>
<group/>
</open-files>
</project-private>
14 changes: 14 additions & 0 deletions result/src/main/java/ru/caf82/result/Other/DAO.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Other;

/**
*
* @author User
*/
public interface DAO {

}
14 changes: 14 additions & 0 deletions result/src/main/java/ru/caf82/result/Other/DAOImplementation.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Other;

/**
*
* @author User
*/
public class DAOImplementation {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Other;

/**
*
* @author User
*/
public class ModelSelectionHibernateEntity {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Other;

/**
*
* @author User
*/
public class ReviewHibernateEntity {

}
14 changes: 14 additions & 0 deletions result/src/main/java/ru/caf82/result/Other/SwingModel.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Other;

/**
*
* @author User
*/
public class SwingModel {

}
14 changes: 14 additions & 0 deletions result/src/main/java/ru/caf82/result/Other/SwingTraining.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Other;

/**
*
* @author User
*/
public class SwingTraining {

}
14 changes: 14 additions & 0 deletions result/src/main/java/ru/caf82/result/WorkFiles/FileReader.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package WorkFiles;

/**
*
* @author User
*/
public class FileReader implements FileWorker{

}
14 changes: 14 additions & 0 deletions result/src/main/java/ru/caf82/result/WorkFiles/FileWorker.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package WorkFiles;

/**
*
* @author User
*/
public interface FileWorker {

}
14 changes: 14 additions & 0 deletions result/src/main/java/ru/caf82/result/WorkFiles/FileWriter.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package WorkFiles;

/**
*
* @author User
*/
public class FileWriter implements FileWorker{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MachineLearning.Model;

/**
*
* @author User
*/
public class AbstractModel {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MachineLearning.Model;

/**
*
* @author User
*/
public class Boosting extends AbstractModel{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MachineLearning.Model;

/**
*
* @author User
*/
public class KNeighbourhood extends AbstractModel{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MachineLearning.Model;

/**
*
* @author User
*/
public class LinearKernel extends KNeighbourhood{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MachineLearning.Model;

/**
*
* @author User
*/
public class LogisticRegression extends AbstractModel{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MachineLearning.Model;

/**
*
* @author User
*/
public class NaiveBayes extends AbstractModel{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MachineLearning.Model;

/**
*
* @author User
*/
public class NormalKernel extends KNeighbourhood{

}
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
package ru.caf82.result.machinelearning.preprocessing;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MachineLearning.Preprocessing;

/**
* Created by ilysko on 03.08.17.
*
* @author User
*/
public class CountVectorizer implements SequenceProcessor, Transformer {
public class COuntVectorizer implements SequenceProcessor, Transformer{

}
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
package ru.caf82.result.machinelearning.preprocessing;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MachineLearning.Preprocessing;

/**
* Created by ilysko on 03.08.17.
*
* @author User
*/
public class PorterStemmer implements Transformer, WordProcessor {
public class PorterStemmer implements Transformer, WordProcessor{

}
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
package ru.caf82.result.machinelearning.preprocessing;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MachineLearning.Preprocessing;

/**
* Created by ilysko on 03.08.17.
*
* @author User
*/
public interface SequenceProcessor {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MachineLearning.Preprocessing;

/**
*
* @author User
*/
public class TfldfVectorizer implements Transformer {

}
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
package ru.caf82.result.machinelearning.preprocessing;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MachineLearning.Preprocessing;

/**
* Created by ilysko on 03.08.17.
*
* @author User
*/
public interface Transformer {

}
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
package ru.caf82.result.machinelearning.preprocessing;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package MachineLearning.Preprocessing;

/**
* Created by ilysko on 03.08.17.
*
* @author User
*/
public interface WordProcessor {

}

This file was deleted.

This file was deleted.

This file was deleted.

Loading