Skip to content

Commit

Permalink
No issue. spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Horsmann committed Feb 2, 2018
1 parent 149ff48 commit 6af7036
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,22 @@ public class InitTask

@Discriminator(name = DIM_READER_TRAIN)
protected CollectionReaderDescription readerTrain;

@Discriminator(name = DIM_READER_TEST)
protected CollectionReaderDescription readerTest;

@Discriminator(name = DIM_LEARNING_MODE)
protected String learningMode;

@Discriminator(name = DIM_FEATURE_MODE)
protected String featureMode;

@Discriminator(name = DIM_BIPARTITION_THRESHOLD)
protected String threshold;

@Discriminator(name = DIM_FEATURE_SET)
protected TcFeatureSet featureExtractors;

@Discriminator(name = DIM_DEVELOPER_MODE)
protected boolean developerMode;

Expand Down

0 comments on commit 6af7036

Please sign in to comment.