diva.sketch.toolbox
Class TrainingToMatlab

java.lang.Object
  extended by diva.sketch.toolbox.TrainingToMatlab

public class TrainingToMatlab
extends Object

A utility class for converting training files to text files that can be read into Matlab matrices directly. Given a file "foo.tc" create "foo.t1", "foo.t2", etc. where ti is a type. Each file will contain: N x1 y1 t1 ...\n ...

Version:
$Revision: 1.3 $
Author:
Michael Shilman (michaels@eecs.berkeley.edu)

Constructor Summary
TrainingToMatlab()
           
 
Method Summary
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrainingToMatlab

public TrainingToMatlab()
Method Detail

main

public static void main(String[] argv)


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.