Constructor | Description |
Full Usage:
TextDataset(text, seqLength, ?chars)
Parameters:
string
seqLength : int
?chars : string
Returns: TextDataset
|
|
Instance member | Description |
Full Usage:
this.charToIndex c
Parameters:
char
Returns: int
|
|
Full Usage:
this.chars
Returns: char[]
|
|
Full Usage:
this.indexToChar i
Parameters:
int
Returns: char
|
|
Full Usage:
this.numChars
Returns: int
|
|
|
|
|
|
© Copyright 2021, DiffSharp Contributors.