Public static methods
object make_sampling_table(int size, double sampling_factor)
ndarray pad_sequences(ndarray sequences, Nullable<int> maxlen, string dtype, string padding, string truncating, double value)
ndarray pad_sequences(ndarray sequences, Nullable<int> maxlen, string dtype, string padding, string truncating, int value)
ndarray pad_sequences(ndarray sequences, Nullable<int> maxlen, string dtype, string padding, string truncating, object value)
ndarray pad_sequences(IEnumerable<object> sequences, Nullable<int> maxlen, string dtype, string padding, string truncating, double value)
ndarray pad_sequences(IEnumerable<object> sequences, Nullable<int> maxlen, string dtype, string padding, string truncating, int value)
ndarray pad_sequences(IEnumerable<object> sequences, Nullable<int> maxlen, string dtype, string padding, string truncating, object value)
ValueTuple<IList<object>, object> skipgrams(object sequence, int vocabulary_size, int window_size, double negative_samples, bool shuffle, bool categorical, object sampling_table, object seed)
object timeseries_generator_from_json_dyn(object json_string)
Public properties