com.mancrd.ahah.samples.classifier.reuters21578
Class Reuters21578SemiSupervisedApp
java.lang.Object
com.mancrd.ahah.samples.classifier.reuters21578.Reuters21578SemiSupervisedApp
public class Reuters21578SemiSupervisedApp
- extends Object
- Author:
- timmolter
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 |
df
public static DecimalFormat df
Reuters21578SemiSupervisedApp
public Reuters21578SemiSupervisedApp()
main
public static void main(String[] args)
throws InterruptedException,
IOException
- 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
- Parameters:
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.