par.default {DSAM} | R Documentation |
Default parameter list
Description
The list of parameters needs to be set by the user, each with a default value.
- include.inp
Boolean variable that determines whether the input vectors should be included during the Euclidean distance calculation. The default is
TRUE
.- seed
Random number seed. The default is
1000
.- sel.alg
A string variable that represents the available data splitting algorithms including
"SOMPLEX"
,"MDUPLEX"
,"DUPLEX"
,"SBSS.P"
,"SS"
and"TIMECON"
. The default is"MDUPLEX"
.- prop.Tr
The proportion of data allocated to the training subset, where the default is
0.6
.- prop.Ts
The proportion of data allocated to the test subset, where the default is
0.2
.- Train
A string variable representing the output file name for the training data subset. The default is
"Train.txt"
.- Test
A string variable representing the output file name for the test data subset. The default is
"Test.txt"
.- Validation
A string variable representing the output file name for the validation data subset. The default is
"Valid.txt"
.- loc.calib
Vector type: When sel.alg = "TIMECON", the program will select a continuous time-series data subset from the original data set, where the start and end positions are determined by this vector, with the first and the second value representing the start and end position in percentage of the original dataset. The default is
c(0,0.6)
, implying that the algorithm selects the first 60% of the data from the original dataset.- writeFile
Boolean variable that determines whether the data subsets need to be output or not. The default is
FALSE
.- showTrace
Boolean variable that determines the level of user feedback. The default is
FALSE
.
Usage
par.default()
Value
None