com.mancrd.ahah.samples.classifier.reuters21578
Class Reuters21578SemiSupervisedApp

java.lang.Object
  extended by com.mancrd.ahah.samples.classifier.reuters21578.Reuters21578SemiSupervisedApp

public class Reuters21578SemiSupervisedApp
extends Object

Author:
timmolter

Field Summary
static DecimalFormat df
           
 
Constructor Summary
Reuters21578SemiSupervisedApp()
           
 
Method Summary
 void go(String[] args)
           
static void main(String[] args)
           double unsupervisedConfidenceThreshold (1.0): confidence threshold, above which unsupervised learning will take place double startAuto (.25): percentage through data when unsupervised learning starts; double learningRate (.5): classifier learning rate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

df

public static DecimalFormat df
Constructor Detail

Reuters21578SemiSupervisedApp

public Reuters21578SemiSupervisedApp()
Method Detail

main

public static void main(String[] args)
                 throws InterruptedException,
                        IOException

go

public void go(String[] args)
        throws IOException
Throws:
IOException


Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.