Skip to content

Commit

Permalink
Editted MahnooshSandpit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkholghi committed Sep 11, 2018
1 parent e5eec5c commit e452e3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/AnalysisPrograms/MahnooshSandpit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class MahnooshSandpit

public void Execute(Arguments arguments)
{
LoggedConsole.WriteLine("feature learning process");
LoggedConsole.WriteLine("feature learning process...");

var inputDir = @"D:\Mahnoosh\Liz\"; //@"C:\Users\kholghim\Mahnoosh\Liz\"; // @"C:\Users\kholghim\Mahnoosh\UnsupervisedFeatureLearning\"; // @"M:\Postdoc\Liz\"; //
var resultDir = Path.Combine(inputDir, "FeatureLearning");
Expand Down Expand Up @@ -934,10 +934,10 @@ public class Arguments : SubCommandBase
{
public override Task<int> Execute(CommandLineApplication app)
{
var instance = new MahnooshSandpit();
instance.Execute(this);
//var instance = new MahnooshSandpit();
//instance.Execute(this);
//GenerateSpectrograms();
//ExtractClusteringFeatures();
ExtractClusteringFeatures();

return this.Ok();
}
Expand Down

0 comments on commit e452e3a

Please sign in to comment.