Skip to content

must manually edit RunProgram.java for training and testing #10

@bettylorang

Description

@bettylorang

Currently, we run the feature-extract-and-classify in either training or testing mode by manually changing a value in src/execute/RunProgram.java.

For training, int whatSet must be set to "train." The line should read: int whatSet = train;

For testing, int whatSet must be set to "test." The line should read: int whatSet = test;

We should not have to manually update the file each team. Find a better solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions