JustPaste.it

src/parallel/ThreadPool.java:29: warning: [unchecked] unchecked cast
queue.add( (E)Operator.copy() );
^
required: E
found: Object
where E,T,F are type-variables:
E extends Reducible<E> declared in method <T,E,F>map(Collection<T>,E,Operation<E,T>)
T extends Object declared in method <T,E,F>map(Collection<T>,E,Operation<E,T>)
F extends Object declared in method <T,E,F>map(Collection<T>,E,Operation<E,T>)
src/io/ParsedReviewData.java:167: warning: [rawtypes] found raw type: PTBTokenizer
PTBTokenizer ptbt;
^
missing type arguments for generic class PTBTokenizer<T>
where T is a type-variable:
T extends HasWord declared in class PTBTokenizer
src/io/ParsedReviewData.java:170: warning: [rawtypes] found raw type: PTBTokenizer
ptbt = new PTBTokenizer(new StringReader(sLine), new WordTokenFactory(), "");
^
missing type arguments for generic class PTBTokenizer<T>
where T is a type-variable:
T extends HasWord declared in class PTBTokenizer
src/io/ParsedReviewData.java:170: warning: [unchecked] unchecked call to PTBTokenizer(Reader,LexedTokenFactory<T>,String) as a member of the raw type PTBTokenizer
ptbt = new PTBTokenizer(new StringReader(sLine), new WordTokenFactory(), "");
^
where T is a type-variable:
T extends HasWord declared in class PTBTokenizer
src/io/ParsedReviewData.java:172: warning: [unchecked] unchecked conversion
List<Word> list = ptbt.tokenize();
^
required: List<Word>
found: List
src/io/ParsedReviewData.java:199: warning: [rawtypes] found raw type: PTBTokenizer
PTBTokenizer ptbt;
^
missing type arguments for generic class PTBTokenizer<T>
where T is a type-variable:
T extends HasWord declared in class PTBTokenizer
src/io/ParsedReviewData.java:205: warning: [rawtypes] found raw type: PTBTokenizer
ptbt = new PTBTokenizer(new StringReader(sLine), new WordTokenFactory(), "");
^
missing type arguments for generic class PTBTokenizer<T>
where T is a type-variable:
T extends HasWord declared in class PTBTokenizer
src/io/ParsedReviewData.java:205: warning: [unchecked] unchecked call to PTBTokenizer(Reader,LexedTokenFactory<T>,String) as a member of the raw type PTBTokenizer
ptbt = new PTBTokenizer(new StringReader(sLine), new WordTokenFactory(), "");
^
where T is a type-variable:
T extends HasWord declared in class PTBTokenizer
src/io/ParsedReviewData.java:210: warning: [unchecked] unchecked conversion
List<Word> list = ptbt.tokenize();
^
required: List<Word>
found: List
9 warnings
0 9596
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:18 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
4798 train examples read from /mnt/data/afshin/jrae/data/mov/neg.txt
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
Mar 02, 2014 1:30:19 PM edu.stanford.nlp.process.PTBLexer next
WARNING: Untokenizable: � (U+FFFD, decimal: 65533)
4798 train examples read from /mnt/data/afshin/jrae/data/mov/pos.txt
Data has been completely loaded.
There are 9596 training examples and 0 test examples.
There are a total of 4134 elements in the vocabulary.Note that we only count words that occur atleast 5 number of times.
We maintain an internal mapping of String labels to integers. Class probabilities output are in increasing order of this mapping, and it is as follows

{
0 : neg
1 : pos
}
NumCategories : 2
DictionarySize : 4134
EmbeddingSize : 50
Training the RAE. Model file will be saved in data/mov/tunedTheta.rae
QNMinimizer called on double function of 216901 variables, using M = 10.
.
An explanation of the output:
Iter The number of iterations
evals The number of function evaluations
SCALING <D> Diagonal scaling was used; <I> Scaled Identity
LINESEARCH [## M steplength] Minpack linesearch
1-Function value was too high
2-Value ok, gradient positive, positive curvature
3-Value ok, gradient negative, positive curvature
4-Value ok, gradient negative, negative curvature
[.. B] Backtracking
VALUE The current function value
TIME Total elapsed time
|GNORM| The current norm of the gradient
{RELNORM} The ratio of the current to initial gradient norms
AVEIMPROVE The average improvement / current value

Iter ## evals ## <SCALING> [LINESEARCH] VALUE TIME |GNORM| {RELNORM} AVEIMPROVE

Iter 1 evals 1 <D> [.
1.
1.
M 1.109E-4] 8.396E-1 375.74s |2.540E1| {2.297E0} 0.000E0
Iter 2 evals 4 <D> [.
M 1.000E0] 8.061E-1 500.39s |7.112E0| {6.430E-1} 2.078E-2
Iter 3 evals 5 <D> [.
4.
3.
M 2.100E1] 7.778E-1 874.08s |3.737E0| {3.378E-1} 2.645E-2
Iter 4 evals 8 <D> [.
M 1.000E0] 7.630E-1 997.88s |2.561E0| {2.316E-1} 2.510E-2
Iter 5 evals 9 <D> [.
M 1.000E0] 7.548E-1 1121.92s |2.102E0| {1.900E-1} 2.247E-2
Iter 6 evals 10 <D> [.
M 1.000E0] 7.489E-1 1246.00s |1.631E0| {1.475E-1} 2.017E-2
Iter 7 evals 11 <D> [.
M 1.000E0] 7.427E-1 1369.55s |1.369E0| {1.238E-1} 1.863E-2
Iter 8 evals 12 <D> [.
M 1.000E0] 7.377E-1 1494.20s |1.128E0| {1.020E-1} 1.727E-2
Iter 9 evals 13 <D> [.
1.
M 3.128E-1] 7.345E-1 1743.81s |1.048E0| {9.472E-2} 1.590E-2
Iter 10 evals 15 <D> [.
1.
M 2.487E-1] 7.323E-1 1992.55s |9.619E-1| {8.697E-2} 1.464E-2
Iter 11 evals 17 <D> [.
1.
1.

QNMinimizer aborted due to maxiumum number of function evaluations
math.QNMinimizer$MaxEvaluationsExceeded: Exceeded during linesearchMinPack() Function
** This is not an acceptable termination of QNMinimizer, consider
** increasing the max number of evaluations, or safeguarding your
** program by checking the QNMinimizer.wasSuccesful() method.

QNMinimizer terminated without converging
Total time spent in optimization: 2365.90s
RAE trained. The model file is saved in data/mov/tunedTheta.rae
.
Label 0
Label 1
QNMinimizer called on double function of 207 variables, using M = 10.
An explanation of the output:
Iter The number of iterations
evals The number of function evaluations
SCALING <D> Diagonal scaling was used; <I> Scaled Identity
LINESEARCH [## M steplength] Minpack linesearch
1-Function value was too high
2-Value ok, gradient positive, positive curvature
3-Value ok, gradient negative, positive curvature
4-Value ok, gradient negative, negative curvature
[.. B] Backtracking
VALUE The current function value
TIME Total elapsed time
|GNORM| The current norm of the gradient
{RELNORM} The ratio of the current to initial gradient norms
AVEIMPROVE The average improvement / current value

Iter ## evals ## <SCALING> [LINESEARCH] VALUE TIME |GNORM| {RELNORM} AVEIMPROVE

Iter 1 evals 1 <D> [3M 5.000E-1] 7.023E-1 0.06s |7.509E-2| {6.144E-1} 0.000E0
Iter 2 evals 3 <D> [M 1.000E0] 6.985E-1 0.09s |1.450E-2| {1.186E-1} 2.766E-3
Iter 3 evals 4 <D> [3M 5.000E0] 6.972E-1 0.15s |1.704E-2| {1.394E-1} 2.457E-3
Iter 4 evals 6 <D> [M 1.000E0] 6.932E-1 0.18s |1.107E-2| {9.055E-2} 3.285E-3
Iter 5 evals 7 <D> [M 1.000E0] 6.925E-1 0.21s |5.291E-3| {4.329E-2} 2.830E-3
Iter 6 evals 8 <D> [M 1.000E0] 6.917E-1 0.24s |4.675E-3| {3.825E-2} 2.554E-3
Iter 7 evals 9 <D> [M 1.000E0] 6.911E-1 0.27s |2.903E-3| {2.375E-2} 2.329E-3
Iter 8 evals 10 <D> [M 1.000E0] 6.906E-1 0.30s |1.197E-2| {9.794E-2} 2.131E-3
Iter 9 evals 11 <D> [M 1.000E0] 6.901E-1 0.33s |2.079E-3| {1.701E-2} 1.969E-3
Iter 10 evals 12 <D> [M 1.000E0] 6.898E-1 0.36s |2.500E-3| {2.046E-2} 1.814E-3
Iter 11 evals 13 <D> [M 1.000E0] 6.893E-1 0.39s |6.401E-3| {5.237E-2} 1.203E-3
Iter 12 evals 14 <D> [M 1.000E0] 6.893E-1 0.42s |4.274E-3| {3.497E-2} 1.044E-3
Iter 13 evals 15 <D> [1M 4.948E-1] 6.890E-1 0.48s |1.518E-2| {1.242E-1} 5.602E-4
Iter 14 evals 17 <D> [1M 2.127E-1] 6.886E-1 0.54s |2.820E-3| {2.307E-2} 5.197E-4
Iter 15 evals 19 <D> [M 1.000E0] 6.885E-1 0.57s |1.122E-3| {9.177E-3} 4.273E-4
Iter 16 evals 20 <D> [M 1.000E0] 6.884E-1 0.60s |2.985E-3| {2.442E-2} 3.581E-4
Iter 17 evals 21 <D> [M 1.000E0] 6.882E-1 0.63s |3.752E-3| {3.070E-2} 3.097E-4
Iter 18 evals 22 <D> [M 1.000E0] 6.879E-1 0.66s |6.262E-3| {5.124E-2} 2.859E-4
Iter 19 evals 23 <D> [1M 3.574E-1] 6.878E-1 0.72s |2.041E-3| {1.669E-2} 2.716E-4
Iter 20 evals 25 <D> [M 1.000E0] 6.876E-1 0.75s |5.532E-3| {4.526E-2} 2.249E-4
Iter 21 evals 26 <D> [M 1.000E0] 6.875E-1 0.78s |2.054E-3| {1.681E-2} 2.402E-4
Iter 22 evals 27 <D> [M 1.000E0] 6.873E-1 0.81s |1.989E-3| {1.627E-2} 2.154E-4
Iter 23 evals 28 <D> [M 1.000E0] 6.871E-1 0.84s |4.580E-3| {3.748E-2} 2.033E-4
Iter 24 evals 29 <D> [M 1.000E0] 6.869E-1 0.88s |2.490E-3| {2.037E-2} 2.109E-4
Iter 25 evals 30 <D> [1M 5.577E-2] 6.869E-1 0.94s |1.317E-3| {1.078E-2} 1.934E-4
Iter 26 evals 32 <D> [M 1.000E0] 6.868E-1 0.97s |8.899E-4| {7.281E-3} 1.809E-4
Iter 27 evals 33 <D> [M 1.000E0] 6.868E-1 1.00s |1.406E-3| {1.150E-2} 1.568E-4
Iter 28 evals 34 <D> [M 1.000E0] 6.867E-1 1.03s |1.457E-3| {1.192E-2} 1.427E-4
Iter 29 evals 35 <D> [M 1.000E0] 6.865E-1 1.06s |1.001E-3| {8.187E-3} 1.462E-4
Iter 30 evals 36 <D> [M 1.000E0] 6.864E-1 1.09s |4.232E-3| {3.462E-2} 1.387E-4
Iter 31 evals 37 <D> [1M 2.513E-1] 6.863E-1 1.15s |1.457E-3| {1.192E-2} 1.397E-4
Iter 32 evals 39 <D> [M 1.000E0] 6.862E-1 1.18s |1.236E-3| {1.011E-2} 1.130E-4
Iter 33 evals 40 <D> [2M 5.115E-1] 6.861E-1 1.24s |2.117E-3| {1.732E-2} 1.019E-4
Iter 34 evals 42 <D> [M 1.000E0] 6.861E-1 1.27s |7.301E-4| {5.973E-3} 1.073E-4
Iter 35 evals 43 <D> [M 1.000E0] 6.860E-1 1.30s |7.522E-4| {6.154E-3} 1.089E-4
Iter 36 evals 44 <D> [1M 7.726E-2] 6.860E-1 1.37s |3.405E-3| {2.786E-2} 9.760E-5
Iter 37 evals 46 <D> [M 1.000E0] 6.860E-1 1.40s |1.792E-3| {1.466E-2} 9.553E-5
Iter 38 evals 47 <D> [M 1.000E0] 6.859E-1 1.43s |1.044E-3| {8.539E-3} 7.990E-5
Iter 39 evals 48 <D> [M 1.000E0] 6.859E-1 1.46s |7.770E-4| {6.357E-3} 6.737E-5
Iter 40 evals 49 <D> [M 1.000E0] 6.858E-1 1.49s |1.017E-3| {8.320E-3} 5.913E-5
Iter 41 evals 50 <D> [M 1.000E0] 6.858E-1 1.52s |1.030E-3| {8.426E-3} 5.702E-5
Iter 42 evals 51 <D> [M 1.000E0] 6.857E-1 1.55s |2.676E-3| {2.189E-2} 5.985E-5
Iter 43 evals 52 <D> [1M 1.726E-1] 6.856E-1 1.61s |1.060E-3| {8.676E-3} 6.060E-5
Iter 44 evals 54 <D> [M 1.000E0] 6.856E-1 1.64s |7.412E-4| {6.064E-3} 6.203E-5
Iter 45 evals 55 <D> [M 1.000E0] 6.855E-1 1.67s |1.765E-3| {1.444E-2} 6.971E-5
Iter 46 evals 56 <D> [2M 5.095E-1] 6.855E-1 1.73s |8.851E-4| {7.242E-3} 6.712E-5
Iter 47 evals 58 <D> [M 1.000E0] 6.854E-1 1.76s |1.231E-3| {1.007E-2} 7.026E-5
Iter 48 evals 59 <D> [1M 2.721E-2] 6.854E-1 1.83s |4.157E-3| {3.401E-2} 6.822E-5
Iter 49 evals 61 <D> [M 1.000E0] 6.853E-1 1.86s |1.155E-3| {9.450E-3} 7.495E-5
Iter 50 evals 62 <D> [M 1.000E0] 6.853E-1 1.89s |8.891E-4| {7.274E-3} 6.768E-5
Iter 51 evals 63 <D> [M 1.000E0] 6.852E-1 1.92s |5.868E-4| {4.801E-3} 6.209E-5
Iter 52 evals 64 <D> [M 1.000E0] 6.852E-1 1.95s |6.496E-4| {5.315E-3} 5.834E-5
Iter 53 evals 65 <D> [M 1.000E0] 6.851E-1 1.98s |7.324E-4| {5.992E-3} 6.108E-5
Iter 54 evals 66 <D> [1M 2.495E-1] 6.851E-1 2.04s |2.033E-3| {1.664E-2} 5.494E-5
Iter 55 evals 68 <D> [M 1.000E0] 6.850E-1 2.07s |7.926E-4| {6.485E-3} 5.958E-5
Iter 56 evals 69 <D> [M 1.000E0] 6.850E-1 2.10s |6.635E-4| {5.428E-3} 6.042E-5
Iter 57 evals 70 <D> [M 1.000E0] 6.849E-1 2.14s |1.803E-3| {1.475E-2} 6.992E-5
Iter 58 evals 71 <D> [1M 1.781E-1] 6.848E-1 2.20s |8.984E-4| {7.350E-3} 6.035E-5
Iter 59 evals 73 <D> [M 1.000E0] 6.848E-1 2.23s |5.840E-3| {4.778E-2} 6.317E-5
Iter 60 evals 74 <D> [1M 2.428E-1] 6.847E-1 2.29s |1.043E-3| {8.535E-3} 6.171E-5
Iter 61 evals 76 <D> [M 1.000E0] 6.847E-1 2.32s |7.257E-4| {5.937E-3} 6.071E-5
Iter 62 evals 77 <D> [M 1.000E0] 6.847E-1 2.35s |1.189E-3| {9.725E-3} 5.314E-5
Iter 63 evals 78 <D> [M 1.000E0] 6.847E-1 2.38s |1.344E-3| {1.100E-2} 5.446E-5
Iter 64 evals 79 <D> [M 1.000E0] 6.846E-1 2.42s |1.250E-3| {1.023E-2} 5.642E-5
Iter 65 evals 80 <D> [M 1.000E0] 6.845E-1 2.45s |7.995E-4| {6.541E-3} 6.108E-5
Iter 66 evals 81 <D> [1M 4.634E-1] 6.844E-1 2.51s |1.714E-3| {1.403E-2} 5.472E-5
Iter 67 evals 83 <D> [1M 3.627E-1] 6.844E-1 2.58s |1.513E-3| {1.238E-2} 5.540E-5
Iter 68 evals 85 <D> [M 1.000E0] 6.843E-1 2.61s |1.332E-3| {1.090E-2} 5.878E-5
Iter 69 evals 86 <D> [M 1.000E0] 6.843E-1 2.64s |8.012E-4| {6.555E-3} 5.754E-5
Iter 70 evals 87 <D> [M 1.000E0] 6.843E-1 2.67s |9.334E-4| {7.637E-3} 6.259E-5
Iter 71 evals 88 <D> [1M 2.610E-2] 6.843E-1 2.73s |1.502E-3| {1.229E-2} 5.939E-5
Iter 72 evals 90 <D> [M 1.000E0] 6.842E-1 2.76s |1.204E-3| {9.854E-3} 5.886E-5
Iter 73 evals 91 <D> [M 1.000E0] 6.842E-1 2.79s |8.864E-4| {7.252E-3} 5.037E-5
Iter 74 evals 92 <D> [M 1.000E0] 6.842E-1 2.82s |6.175E-4| {5.052E-3} 4.105E-5
Iter 75 evals 93 <D> [M 1.000E0] 6.842E-1 2.85s |5.213E-4| {4.265E-3} 3.797E-5
Iter 76 evals 94 <D> [M 1.000E0] 6.841E-1 2.88s |6.965E-4| {5.698E-3} 3.850E-5
Iter 77 evals 95 <D> [M 1.000E0] 6.841E-1 2.91s |9.140E-4| {7.478E-3} 3.764E-5
Iter 78 evals 96 <D> [1M 2.360E-1] 6.840E-1 2.97s |7.860E-4| {6.430E-3} 3.626E-5
Iter 79 evals 98 <D> [M 1.000E0] 6.840E-1 3.00s |1.845E-3| {1.509E-2} 3.129E-5
Iter 80 evals 99 <D> [M 1.000E0] 6.840E-1 3.03s |4.137E-4| {3.385E-3} 3.462E-5
Iter 81 evals 100 <D> [M 1.000E0] 6.840E-1 3.06s |6.778E-4| {5.546E-3} 3.320E-5
Iter 82 evals 101 <D> [M 1.000E0] 6.839E-1 3.09s |4.430E-3| {3.624E-2} 3.635E-5
Iter 83 evals 102 <D> [1M 3.772E-2] 6.839E-1 3.15s |7.190E-4| {5.882E-3} 3.677E-5
Iter 84 evals 104 <D> [M 1.000E0] 6.839E-1 3.18s |6.944E-4| {5.682E-3} 3.640E-5
Iter 85 evals 105 <D> [M 1.000E0] 6.839E-1 3.22s |5.120E-4| {4.189E-3} 3.346E-5
Iter 86 evals 106 <D> [M 1.000E0] 6.839E-1 3.25s |6.668E-4| {5.456E-3} 2.680E-5
Iter 87 evals 107 <D> [M 1.000E0] 6.838E-1 3.28s |8.679E-4| {7.100E-3} 2.870E-5
Iter 88 evals 108 <D> [M 1.000E0] 6.838E-1 3.31s |6.270E-4| {5.130E-3} 3.114E-5
Iter 89 evals 109 <D> [M 1.000E0] 6.837E-1 3.34s |5.685E-4| {4.651E-3} 3.458E-5
Iter 90 evals 110 <D> [1M 2.457E-1] 6.837E-1 3.40s |1.200E-3| {9.814E-3} 3.502E-5
Iter 91 evals 112 <D> [M 1.000E0] 6.837E-1 3.43s |2.140E-3| {1.751E-2} 3.349E-5
Iter 92 evals 113 <D> [M 1.000E0] 6.836E-1 3.46s |1.176E-3| {9.619E-3} 3.527E-5
Iter 93 evals 114 <D> [1M 3.657E-1] 6.836E-1 3.52s |6.062E-4| {4.959E-3} 3.424E-5
Iter 94 evals 116 <D> [M 1.000E0] 6.836E-1 3.55s |3.168E-3| {2.592E-2} 3.330E-5
Iter 95 evals 117 <D> [M 1.000E0] 6.836E-1 3.58s |9.664E-4| {7.907E-3} 3.583E-5
Iter 96 evals 118 <D> [M 1.000E0] 6.836E-1 3.61s |7.516E-4| {6.149E-3} 3.418E-5
Iter 97 evals 119 <D> [M 1.000E0] 6.835E-1 3.64s |1.573E-3| {1.287E-2} 3.251E-5
Iter 98 evals 120 <D> [M 1.000E0] 6.835E-1 3.67s |1.286E-3| {1.052E-2} 2.815E-5
Iter 99 evals 121 <D> [M 1.000E0] 6.835E-1 3.70s |8.025E-4| {6.565E-3} 2.969E-5
Iter 100 evals 122 <D> [1M 4.355E-1] 6.835E-1 3.76s |6.932E-4| {5.671E-3} 2.827E-5
Iter 101 evals 124 <D> [M 1.000E0] 6.834E-1 3.79s |5.236E-4| {4.284E-3} 2.746E-5
Iter 102 evals 125 <D> [1M 1.911E-1] 6.834E-1 3.85s |6.317E-4| {5.169E-3} 2.722E-5
Iter 103 evals 127 <D> [M 1.000E0] 6.834E-1 3.88s |1.588E-3| {1.299E-2} 2.779E-5
Iter 104 evals 128 <D> [M 1.000E0] 6.834E-1 3.92s |1.014E-3| {8.294E-3} 2.515E-5
Iter 105 evals 129 <D> [M 1.000E0] 6.834E-1 3.94s |1.174E-3| {9.609E-3} 2.305E-5
Iter 106 evals 130 <D> [M 1.000E0] 6.834E-1 3.98s |8.687E-4| {7.107E-3} 1.967E-5
Iter 107 evals 131 <D> [M 1.000E0] 6.834E-1 4.01s |5.583E-4| {4.568E-3} 1.740E-5
Iter 108 evals 132 <D> [M 1.000E0] 6.834E-1 4.04s |2.831E-4| {2.316E-3} 1.465E-5
Iter 109 evals 133 <D> [M 1.000E0] 6.834E-1 4.07s |4.018E-4| {3.287E-3} 1.345E-5
Iter 110 evals 134 <D> [M 1.000E0] 6.833E-1 4.10s |9.134E-4| {7.473E-3} 1.172E-5
Iter 111 evals 135 <D> [M 1.000E0] 6.833E-1 4.13s |4.762E-4| {3.896E-3} 1.236E-5
Iter 112 evals 136 <D> [M 1.000E0] 6.833E-1 4.16s |3.294E-4| {2.695E-3} 1.250E-5
Iter 113 evals 137 <D> [M 1.000E0] 6.833E-1 4.19s |9.435E-4| {7.720E-3} 1.549E-5
Iter 114 evals 138 <D> [1M 1.419E-1] 6.833E-1 4.25s |7.108E-4| {5.816E-3} 1.579E-5
Iter 115 evals 140 <D> [M 1.000E0] 6.833E-1 4.28s |9.144E-4| {7.481E-3} 1.779E-5
Iter 116 evals 141 <D> [1M 4.439E-1] 6.833E-1 4.34s |9.322E-4| {7.627E-3} 1.779E-5
Iter 117 evals 143 <D> [M 1.000E0] 6.832E-1 4.37s |6.895E-4| {5.641E-3} 1.705E-5
Iter 118 evals 144 <D> [M 1.000E0] 6.832E-1 4.40s |5.259E-4| {4.303E-3} 1.629E-5
Iter 119 evals 145 <D> [M 1.000E0] 6.832E-1 4.43s |4.711E-4| {3.854E-3} 1.588E-5
Iter 120 evals 146 <D> [M 1.000E0] 6.832E-1 4.46s |3.731E-4| {3.053E-3} 1.552E-5
Iter 121 evals 147 <D> [M 1.000E0] 6.832E-1 4.49s |5.696E-4| {4.660E-3} 1.524E-5
Iter 122 evals 148 <D> [M 1.000E0] 6.832E-1 4.52s |1.003E-3| {8.206E-3} 1.195E-5
Iter 123 evals 149 <D> [M 1.000E0] 6.832E-1 4.56s |2.566E-4| {2.100E-3} 1.260E-5
Iter 124 evals 150 <D> [M 1.000E0] 6.832E-1 4.59s |2.429E-4| {1.987E-3} 1.137E-5
Iter 125 evals 151 <D> [M 1.000E0] 6.832E-1 4.62s |1.942E-3| {1.589E-2} 1.125E-5
Iter 126 evals 152 <D> [1M 3.450E-1] 6.832E-1 4.68s |4.451E-4| {3.642E-3} 1.186E-5
Iter 127 evals 154 <D> [M 1.000E0] 6.832E-1 4.71s |9.661E-4| {7.904E-3} 1.171E-5
Iter 128 evals 155 <D> [1M 2.730E-1] 6.831E-1 4.77s |9.476E-4| {7.753E-3} 1.056E-5
Iter 129 evals 157 <D> [M 1.000E0] 6.831E-1 4.80s |8.126E-4| {6.648E-3} 9.238E-6
Iter 130 evals 158 <D> [M 1.000E0] 6.831E-1 4.83s |3.426E-4| {2.803E-3} 8.875E-6
Iter 131 evals 159 <D> [M 1.000E0] 6.831E-1 4.86s |2.433E-4| {1.991E-3} 8.979E-6
Iter 132 evals 160 <D> [M 1.000E0] 6.831E-1 4.89s |3.353E-4| {2.743E-3} 9.555E-6
Iter 133 evals 161 <D> [1M 2.497E-1] 6.831E-1 4.95s |7.911E-4| {6.473E-3} 9.323E-6
Iter 134 evals 163 <D> [M 1.000E0] 6.831E-1 4.98s |4.293E-4| {3.512E-3} 1.020E-5
Iter 135 evals 164 <D> [M 1.000E0] 6.831E-1 5.01s |1.962E-4| {1.605E-3} 1.032E-5
Iter 136 evals 165 <D> [M 1.000E0] 6.831E-1 5.04s |6.282E-4| {5.140E-3} 1.039E-5
Iter 137 evals 166 <D> [M 1.000E0] 6.831E-1 5.07s |7.704E-4| {6.303E-3} 1.091E-5
Iter 138 evals 167 <D> [1M 9.664E-2] 6.831E-1 5.13s |4.989E-4| {4.082E-3} 1.096E-5
Iter 139 evals 169 <D> [M 1.000E0] 6.831E-1 5.16s |5.621E-4| {4.599E-3} 1.000E-5
Iter 140 evals 170 <D> [1M 4.439E-1] 6.831E-1 5.22s |3.817E-4| {3.123E-3} 9.457E-6
Iter 141 evals 172 <D> [M 1.000E0] 6.831E-1 5.26s |2.441E-4| {1.997E-3} 7.322E-6
Iter 142 evals 173 <D> [M 1.000E0] 6.831E-1 5.29s |3.033E-4| {2.482E-3} 6.554E-6
Iter 143 evals 174 <D> [M 1.000E0] 6.831E-1 5.32s |3.034E-4| {2.483E-3} 5.432E-6
Iter 144 evals 175 <D> [M 1.000E0] 6.830E-1 5.35s |2.474E-4| {2.024E-3} 4.457E-6
Iter 145 evals 176 <D> [M 1.000E0] 6.830E-1 5.38s |5.469E-4| {4.474E-3} 3.978E-6
Iter 146 evals 177 <D> [M 1.000E0] 6.830E-1 5.41s |6.326E-4| {5.176E-3} 4.019E-6
Iter 147 evals 178 <D> [M 1.000E0] 6.830E-1 5.44s |3.094E-4| {2.532E-3} 4.440E-6
Iter 148 evals 179 <D> [2M 5.192E-1] 6.830E-1 5.50s |1.329E-3| {1.087E-2} 4.766E-6
Iter 149 evals 181 <D> [1M 2.045E-1] 6.830E-1 5.56s |2.960E-4| {2.422E-3} 4.952E-6
Iter 150 evals 183 <D> [M 1.000E0] 6.830E-1 5.59s |2.837E-4| {2.321E-3} 5.326E-6
Iter 151 evals 184 <D> [M 1.000E0] 6.830E-1 5.62s |5.559E-4| {4.548E-3} 6.076E-6
Iter 152 evals 185 <D> [1M 3.664E-1] 6.830E-1 5.68s |6.957E-4| {5.692E-3} 6.074E-6
Iter 153 evals 187 <D> [M 1.000E0] 6.830E-1 5.71s |4.479E-4| {3.665E-3} 6.002E-6
Iter 154 evals 188 <D> [M 1.000E0] 6.830E-1 5.74s |3.098E-4| {2.535E-3} 6.761E-6
Iter 155 evals 189 <D> [M 1.000E0] 6.830E-1 5.77s |4.637E-4| {3.794E-3} 7.287E-6
Iter 156 evals 190 <D> [M 1.000E0] 6.830E-1 5.80s |4.366E-4| {3.572E-3} 7.940E-6
Iter 157 evals 191 <D> [M 1.000E0] 6.830E-1 5.83s |3.375E-4| {2.761E-3} 8.423E-6
Iter 158 evals 192 <D> [M 1.000E0] 6.830E-1 5.86s |7.314E-4| {5.984E-3} 8.863E-6
Iter 159 evals 193 <D> [1M 7.891E-2] 6.830E-1 5.92s |2.144E-4| {1.754E-3} 8.448E-6
Iter 160 evals 195 <D> [M 1.000E0] 6.830E-1 5.96s |3.562E-4| {2.914E-3} 7.946E-6
Iter 161 evals 196 <D> [M 1.000E0] 6.829E-1 5.99s |2.567E-4| {2.100E-3} 7.845E-6
Iter 162 evals 197 <D> [M 1.000E0] 6.829E-1 6.03s |1.554E-4| {1.272E-3} 7.473E-6
Iter 163 evals 198 <D> [M 1.000E0] 6.829E-1 6.06s |1.185E-3| {9.691E-3} 6.369E-6
Iter 164 evals 199 <D> [M 1.000E0] 6.829E-1 6.09s |1.493E-3| {1.221E-2} 5.192E-6
Iter 165 evals 200 <D> [M 1.000E0] 6.829E-1 6.12s |4.540E-4| {3.715E-3} 4.063E-6
Iter 166 evals 201 <D> [M 1.000E0] 6.829E-1 6.15s |1.505E-4| {1.231E-3} 3.078E-6
Iter 167 evals 202 <D> [M 1.000E0] 6.829E-1 6.18s |4.877E-4| {3.990E-3} 2.539E-6
Iter 168 evals 203 <D> [M 1.000E0] 6.829E-1 6.21s |6.050E-4| {4.950E-3} 2.884E-6
Iter 169 evals 204 <D> [1M 4.358E-1] 6.829E-1 6.27s |6.290E-4| {5.146E-3} 2.712E-6
Iter 170 evals 206 <D> [M 1.000E0] 6.829E-1 6.30s |7.940E-4| {6.496E-3} 2.644E-6
Iter 171 evals 207 <D> [1M 4.794E-1] 6.829E-1 6.36s |4.809E-4| {3.935E-3} 2.819E-6
Iter 172 evals 209 <D> [M 1.000E0] 6.829E-1 6.39s |2.678E-4| {2.191E-3} 2.854E-6
Iter 173 evals 210 <D> [M 1.000E0] 6.829E-1 6.42s |1.432E-4| {1.172E-3} 2.598E-6
Iter 174 evals 211 <D> [M 1.000E0] 6.829E-1 6.45s |3.050E-4| {2.496E-3} 2.217E-6
Iter 175 evals 212 <D> [1M 2.776E-1] 6.829E-1 6.51s |5.234E-4| {4.282E-3} 2.084E-6
Iter 176 evals 214 <D> [M 1.000E0] 6.829E-1 6.54s |2.840E-4| {2.324E-3} 1.868E-6
Iter 177 evals 215 <D> [M 1.000E0] 6.829E-1 6.57s |1.731E-4| {1.416E-3} 1.763E-6
Iter 178 evals 216 <D> [M 1.000E0] 6.829E-1 6.60s |5.402E-4| {4.420E-3} 1.776E-6
Iter 179 evals 217 <D> [1M 2.090E-1] 6.829E-1 6.66s |1.662E-4| {1.360E-3} 1.897E-6
Iter 180 evals 219 <D> [M 1.000E0] 6.829E-1 6.69s |1.627E-4| {1.331E-3} 1.898E-6
Iter 181 evals 220 <D> [M 1.000E0] 6.829E-1 6.72s |1.858E-4| {1.520E-3} 1.922E-6
Iter 182 evals 221 <D> [M 1.000E0] 6.829E-1 6.74s |9.281E-5| {7.593E-4} 1.919E-6
Iter 183 evals 222 <D> [M 1.000E0] 6.829E-1 6.77s |5.158E-4| {4.220E-3} 1.856E-6
Iter 184 evals 223 <D> [M 1.000E0] 6.829E-1 6.80s |5.035E-4| {4.119E-3} 2.058E-6
Iter 185 evals 224 <D> [M 1.000E0] 6.829E-1 6.83s |2.277E-4| {1.863E-3} 2.102E-6
Iter 186 evals 225 <D> [1M 3.377E-1] 6.829E-1 6.89s |6.581E-4| {5.384E-3} 1.796E-6
Iter 187 evals 227 <D> [M 1.000E0] 6.829E-1 6.92s |1.667E-4| {1.364E-3} 1.716E-6
Iter 188 evals 228 <D> [M 1.000E0] 6.829E-1 6.95s |1.273E-4| {1.042E-3} 1.587E-6
Iter 189 evals 229 <D> [M 1.000E0] 6.829E-1 6.98s |2.978E-4| {2.436E-3} 1.530E-6
Iter 190 evals 230 <D> [1M 2.206E-1] 6.829E-1 7.04s |1.582E-4| {1.295E-3} 1.398E-6
Iter 191 evals 232 <D> [M 1.000E0] 6.829E-1 7.07s |1.145E-4| {9.366E-4} 1.356E-6
Iter 192 evals 233 <D> [M 1.000E0] 6.829E-1 7.10s |1.193E-4| {9.760E-4} 1.629E-6
Iter 193 evals 234 <D> [M 1.000E0] 6.829E-1 7.13s |1.885E-4| {1.542E-3} 1.552E-6
Iter 194 evals 235 <D> [M 1.000E0] 6.829E-1 7.16s |1.646E-4| {1.346E-3} 1.677E-6
Iter 195 evals 236 <D> [1M 2.058E-1] 6.829E-1 7.22s |4.199E-4| {3.436E-3} 1.666E-6
Iter 196 evals 238 <D> [M 1.000E0] 6.829E-1 7.25s |3.314E-4| {2.711E-3} 1.621E-6
Iter 197 evals 239 <D> [M 1.000E0] 6.829E-1 7.28s |1.081E-4| {8.841E-4} 1.669E-6
Iter 198 evals 240 <D> [1M 2.599E-1] 6.829E-1 7.34s |2.960E-4| {2.422E-3} 1.427E-6
Iter 199 evals 242 <D> [M 1.000E0] 6.829E-1 7.37s |1.082E-4| {8.851E-4} 1.449E-6
Iter 200 evals 243 <D> [M 1.000E0] 6.829E-1 7.40s |1.222E-4| {1.000E-3} 1.467E-6
Iter 201 evals 244 <D> [M 1.000E0] 6.829E-1 7.43s |2.140E-4| {1.751E-3} 1.264E-6
Iter 202 evals 245 <D> [1M 4.733E-1] 6.829E-1 7.50s |1.996E-4| {1.633E-3} 1.080E-6
Iter 203 evals 247 <D> [M 1.000E0] 6.829E-1 7.53s
QNMinimizer terminated due to average improvement: | newest_val - previous_val | / |newestVal| < TOL
Total time spent in optimization: 7.53s
2
[2681.0, 2101.0; 2117.0, 2697.0]
Train Accuracy :
{
Precision : 0.5604418507711546
Recall : 0.5604425229147456
Accuracy : 0.5604418507711546
F1 Score : 0.5604421868427485
}
Classifier trained. The model file is saved in data/mov/Softmax.clf
Dumping complete