Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
CONF_DATA_COLUMN_FORMAT |
"data.column.format" |
public static final java.lang.String |
CONF_DATA_INPUT_PATH |
"data.input.path" |
public static final java.lang.String |
CONF_DFS_DATA_DIR |
"dfs.data.dir" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
FAILED |
3 |
public static final int |
PREP |
4 |
public static final int |
RUNNING |
1 |
public static final int |
SUCCEEDED |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
PROGRESS_INTERVAL |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
EPANECHNIKOV_KERNEL |
203 |
public static final int |
GAUSSIAN_KERNEL |
204 |
public static final int |
TRIANGULAR_KERNEL |
201 |
public static final int |
UNIFORM_KERNEL |
202 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
zero |
1.0E-6 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
PATTERN_dd_MM_yyyy |
"dd/MM/yyyy" |
public static final java.lang.String |
PATTERN_MM_dd_yyyy |
"MM/dd/yyyy" |
public static final java.lang.String |
PATTERN_yyyy_MM_dd |
"yyyy-MM-dd" |
public static final java.lang.String |
PATTERN_yyyy_MM_dd_HH_mm_SS |
"yyyy-MM-dd HH-mm-SS" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
comma |
",(?=([^\"]*\"[^\"]*\")*[^\"]*$)" |
public static final long |
ONE_G |
1000000000L |
public static final long |
ONE_GB |
1073741824L |
public static final long |
ONE_K |
1000L |
public static final long |
ONE_KB |
1024L |
public static final long |
ONE_M |
1000000L |
public static final long |
ONE_MB |
1048576L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
DIR_SEPARATOR_UNIX |
47 |
public static final char |
DIR_SEPARATOR_WINDOWS |
92 |
public static final java.lang.String |
LINE_SEPARATOR_UNIX |
"\n" |
public static final java.lang.String |
LINE_SEPARATOR_WINDOWS |
"\r\n" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
EMPTY |
"" |
Copyright © 2017. All Rights Reserved.