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
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 ru.caf82.result.machinelearning.models;

/**
*
* @author alex
*/
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 ru.caf82.result.machinelearning.models;

/**
*
* @author alex
*/
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 ru.caf82.result.machinelearning.models;

/**
*
* @author alex
*/
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 ru.caf82.result.machinelearning.models;

/**
*
* @author alex
*/
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 ru.caf82.result.machinelearning.models;

/**
*
* @author alex
*/
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 ru.caf82.result.machinelearning.models;

/**
*
* @author alex
*/
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 ru.caf82.result.machinelearning.models;

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

}
14 changes: 14 additions & 0 deletions result/src/main/java/ru/caf82/result/others/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 ru.caf82.result.others;

/**
*
* @author alex
*/
public interface Dao {

}
14 changes: 14 additions & 0 deletions result/src/main/java/ru/caf82/result/others/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 ru.caf82.result.others;

/**
*
* @author alex
*/
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 ru.caf82.result.others;

/**
*
* @author alex
*/
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 ru.caf82.result.others;

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

}
14 changes: 14 additions & 0 deletions result/src/main/java/ru/caf82/result/others/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 ru.caf82.result.others;

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

}
14 changes: 14 additions & 0 deletions result/src/main/java/ru/caf82/result/others/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 ru.caf82.result.others;

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

}
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 ru.caf82.result.machinelearning.models;

/**
*
* @author alex
*/
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 ru.caf82.result.machinelearning.models;

/**
*
* @author alex
*/
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 ru.caf82.result.machinelearning.models;

/**
*
* @author alex
*/
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 ru.caf82.result.machinelearning.models;

/**
*
* @author alex
*/
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 ru.caf82.result.machinelearning.models;

/**
*
* @author alex
*/
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 ru.caf82.result.machinelearning.models;

/**
*
* @author alex
*/
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 ru.caf82.result.machinelearning.models;

/**
*
* @author alex
*/
public class NormalKernel 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 ru.caf82.others;

/**
*
* @author alex
*/
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 ru.caf82.others;

/**
*
* @author alex
*/
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 ru.caf82.others;

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

}
14 changes: 14 additions & 0 deletions result/src/main/java/ru/caf82/result/result/others/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 ru.caf82.others;

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

}
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 ru.caf82.others;

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

}
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 ru.caf82.workwithfiles;

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

}
Loading