RandomWalkSample Arguments - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢
VertexOutputTable
Specify the name of the vertex table.
EdgeOutputTable
Specify the name of the edge table.
TargetKey
Specify the names of the columns in the edges table that identify the target vertex of an edge. This set of columns must have the same schema as the sets vertex_key_column [,...] and source_vertex_key_column [,...].
SampleRate
[Optional] Specify the sampling rate. This value must be in the range (0, 1.0).
Default: 0.15 (15%)
FlyBackRate
[Optional] Specify the chance, when visiting a vertex, of flying back to the starting vertex. This value must be in the range (0, 1.0).
Default: 0.15 (15%)
Seed
[Optional] Specify the random seed the algorithm uses for repeatable results (for more information, see Nondeterministic Results). The algorithm uses the seed to create a series of random numbers, including sample_rate and flyback_rate. The seed must be a LONG value.
Default: 1000
Accumulate
[Optional] Specify the names of columns in the input vertex table (vertices) to copy to the output vertex table (vertex_table).