====== MixNet software: I/O specification ====== Please read the man page for a complete description of the software use.\\ The following description is nothing but a brief summary of the software I/O specifications. ===== Input ===== * a **.spm** file containing the network as a sparse matrix, with the following format (the first is for the source nodes): id_node1 id_node_2\\ id_node1 id_node_3\\ id_node2 id_node_1\\ etc..... NB: no space allowed for the id_nodes. * please notice that you have to specify whether:\\ - the network is directed (default) or undirected - a loop from a vertex to itself must be taken into account (or not (default)) ===== Output (in the input directory or in another specified directory)===== * **.model** files for each selected number of classes # Q\\ 2\\ # Alpha:\\ 0.962887 0.0371128\\ # Pi\\ 0.00200899 0.00542596\\ 7.11172e-05 0.000187875\\ # Incomplete Likelihood Approximation\\ -7216.24\\ # Entropy\\ -62.9882\\ # ICL\\ -7236.97\\ # Tau:\\ id_node1 0.85 0.15\\ id_node2 0.947536 0.0524638\\ etc... * a **.likelihoods** file containing a summary of the likelihoods, entropies and ICL \\ [[:logiciels:mixnet|Back to MixNet Homepage]].