User Tools

Site Tools


train_method

This is an old revision of the document!


Train Method

The method panel allows you to choose a learning algorithm. 2 well established machine learning algorithms exist; Random Forest and Support Vector Machines.

Random Forest (RF): Random forests or random decision forests are an ensemble learning method for classification, regression and other tasks, that operate by constructing a multitude of decision trees at training time and outputting the class that is the mode of the classes (classification) or mean prediction (regression) of the individual trees. Random decision forests correct for decision trees' habit of overfitting to their training set. https://en.wikipedia.org/wiki/Random_forest

Support Vector Machines (SVM):

the kind of experiment you want to perform. You can choose between three kinds of experimental design:

Two group comparison: The comparison is performed between the two groups described in the experimental design file. The experimental design file must include two columns: the first one with the names of the samples, the second one with the class to which each sample belongs. Correlation with continuous variable: A correlation is performed between the values of each path along the samples and the continuous variable introduced. The experimental design file must include two columns: the first one with the names of the samples, the second one with the value of the variable for each one of the samples.

train_method.1482454044.txt.gz · Last modified: 2017/05/24 14:33 (external edit)