GatorIncubator / gatorgrouper

:busts_in_silhouette: Automated Group Formation Tool Enabling Effective Team Work
GNU General Public License v3.0
20 stars 20 forks source link

Update documentation: Default objective-weights and negative weights #295

Open wmodes opened 4 years ago

wmodes commented 4 years ago

The current documentation says

By supplying weights via the --objective-weights flag, the user can control the relative importance of each column in the data.

However, there is no mention what the default weights are. If you are only setting a single column, what scale should I use to match the default weights? 0 to 1? 0-5? 0-10? 0-100?

Having this explicit would be helpful.

Also, are negative weights possible? This can be used to reverse the meaning of certain measures. Where diff tends to group heterogeneous criteria, a negative weight for diff would group homogeneous criteria.

wmodes commented 4 years ago

Partial answer: Yes, negative weights are possible. In fact, I use an --objective-weights -10 with --objective-method diff to specify a homogeneous grouping of relative value 10.

However, this still needs to be documented.

wmodes commented 3 years ago

Checking in. I see the issue is assigned, but not responded.