Esempio n. 1
0
 static void Main(string[] args)
 {
     //ExploreClock.Clock();
     //LabDemo.Run();
     ExploreOnlySample.Run();
     RunFeaturesTest();
     RunParserTest();
     RunSpeedTest();
     RunFlatExampleTestEx();
     //      RunLDAPredict();
     //RunVWParse_and_VWLearn();
 }
Esempio n. 2
0
 static void Main(string[] args)
 {
     NIPS2015Tutorial.AnnotationExample();
     // AttributesSample.Attributes();
     //AttributesSample.RunFeaturesTest();
     //ExploreClock.Clock();
     //LabDemo.Run();
     ExploreOnlySample.Run();
     RunFeaturesTest();
     RunParserTest();
     RunSpeedTest();
     RunFlatExampleTestEx();
     //RunLDAPredict();
     //RunVWParse_and_VWLearn();
 }