-
struct sequence_t
-
struct sequence_d_t
-
sequence_read
- Reads one or several arrays of integer sequences.
-
sequence_read_alloc
- Reading of one integer sequence field.
-
sequence_d_read
- Reads one or several arrays of double sequences.
-
sequence_d_read_alloc
- Reading of one double sequence field.
-
sequence_d_truncate
- Truncate double sequences in a given sequence array.
-
sequence_get_singlesequence
- Extract a single sequence from a larger sequence_t into a new struct.
-
sequence_d_get_singlesequence
- Extract a single sequence_d from a larger sequence_d_t into a new struct.
-
sequence_subseq_free
- Free a sequence_t struct which holds as sequence a reference to a sequence in a different sequence_t.
-
sequence_d_subseq_free
- Free a sequence_d_t struct which holds as sequence a reference to a sequence in a different sequence_d_t.
-
sequence_lexWords
- Generates all possible integer sequence of lenght n from an alphabet with M letters.
-
sequence_best_model
- Determine best model for a given integer sequence.
-
sequence_check
- Make sure that the sequences only contain allowed symbols.
-
sequence_copy
- copy one integer sequence.
-
sequence_d_copy
- copy one double sequence.
-
sequence_add
- Adds all integer sequences, sequence lengths etc from source to target.
-
sequence_d_add
- Adds all double sequences, sequence lengths etc from source to target.
-
sequence_print
- Prints one array of integer sequences in a file.
-
sequence_print_xml
- Prints one array of integer sequences in a xml file
-
sequence_mathematica_print
- Prints one array of integer sequences in Mathematica format.
-
sequence_d_print
- Prints one array of double sequences in a file.
-
sequence_d_mathematica_print
- Prints one array of double sequences in Mathematica format.
-
sequence_d_gnu_print
- Output of double sequences suitable for gnuplot.
-
sequence_clean
- Cleans integer sequence pointers in sequence struct.
-
sequence_d_clean
- Cleans double sequence pointers in sequence struct.
-
sequence_free
- Frees all memory in a given array of integer sequences.
-
sequence_d_free
- Frees all memory in a given array of double sequences.
-
sequence_max_symbol
- Return biggest symbol in an interger sequence.
-
sequence_calloc
- Memory allocation for an integer sequence struct.
-
sequence_d_calloc
- Memory allocation for a double sequence struct.
-
sequence_d_create_from_sq
- Copies array of integer sequences to double sequences.
-
sequence_create_from_sqd
- Copies array of double sequences into an array of integer sequences.
-
sequence_max_len
- Determines max sequence length in a given int sequence struct.
-
sequence_d_max_len
- Determines max sequence length in a given double sequence struct.
-
sequence_d_mean
- Calculates a mean sequence of a given array of double sequences.
-
sequence_d_scatter_matrix
- Calculates the scatter matrix of an array of double sequences.
-
sequence_d_class
- Calculates transition class for a given double sequence at a specified position.
-
sequence_d_partition
- Divides randomly a given array of double sequences into two sets.
-
sequence_d_copy_all
- Copies all entries from one sequence in a source array to a target array.
-
sequence_d_mix_like
- Log-Likelihood function in a mixture model: (mathe mode?) $\sum_k w^k \log( \sum_c (\alpha_c p(O^k | \lambda_c)))$
Alphabetic index
This page was generated with the help of DOC++.