Home > Mateda2.0 > InitEnvironments.m

InitEnvironments

PURPOSE ^

[] = InitEnvironments()

SYNOPSIS ^

function[] = InitEnvironments()

DESCRIPTION ^

 [] = InitEnvironments()

 InitEnvironments:           Initialize the environment of mateda
                   After installing the BNT, BNT_SLP learning matlab, and
                   mateda toolboxs, update the paths below according the
                   location of the programs in your computer.             

 Last version 8/26/2008. Roberto Santana (roberto.santana@ehu.es)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function[] = InitEnvironments()
0002 % [] = InitEnvironments()
0003 %
0004 % InitEnvironments:           Initialize the environment of mateda
0005 %                   After installing the BNT, BNT_SLP learning matlab, and
0006 %                   mateda toolboxs, update the paths below according the
0007 %                   location of the programs in your computer.
0008 %
0009 % Last version 8/26/2008. Roberto Santana (roberto.santana@ehu.es)
0010 
0011 path_mateda =  '/home/rsantana/Work/Centro/Matlab/Mateda2.0';
0012 path_FullBNT = '/home/rsantana/Work/Centro/Matlab/FullBNT-1.0.4';
0013 path_BNT_SLP = '/home/rsantana/Work/Centro/Matlab/BNT_SLP';
0014 
0015 %path_mateda =  'C:\Roberto\Centro\Matlab\Mateda2.0';
0016 %path_FullBNT = 'C:\Roberto\Centro\Matlab\FullBNT-1.0.4\FullBNT-1.0.4';
0017 %path_BNT_SLP = 'C:\Roberto\Centro\Matlab\FullBNT-1.0.4\BNT_StructureLearning_v1[1].4c\BNT_SLP';
0018 
0019 
0020    cd(path_FullBNT);
0021    addpath(genpathKPM(pwd));
0022    cd(path_BNT_SLP);
0023    add_SLP;   
0024 
0025 
0026 P = genpath(path_mateda);
0027 addpath(P);
0028 cd(path_mateda);
0029 
0030 
0031 
0032 % Last version 8/26/2008. Roberto Santana (roberto.santana@ehu.es)

Generated on Fri 04-Dec-2009 13:38:29 by m2html © 2003