Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 811 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 811 Bytes

GmmFlow.jl

Configurable wrapper around GaussianMixtures.jl

Installation

Install by url pkg> add [email protected]:AmebaBrain/GmmFlow.jl.git

Usage

  • edit gmm.ini file according to your needs
  • execute run.jl from julia interpreter

Features

  • support .csv and .mat Matlab source data files
  • auto-generating and saving model file via JLD2 and results mapping file as .csv
  • configurable parallelization degree
  • configurable flow
    • generate model only
    • map cluster by existing model
    • generate model and perform mapping
  • support for default and split models