public class MultiLabelVote extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
error |
protected Prediction |
vote |
Constructor and Description |
---|
MultiLabelVote(Prediction vote,
double error) |
Modifier and Type | Method and Description |
---|---|
double |
getError() |
Prediction |
getVote() |
void |
normalize() |
void |
setError(double error) |
void |
setVote(Prediction vote) |
double[] |
sumVoteDistrib() |
protected Prediction vote
protected double error
public MultiLabelVote(Prediction vote, double error)
public Prediction getVote()
public void setVote(Prediction vote)
public double getError()
public void setError(double error)
public double[] sumVoteDistrib()
public void normalize()
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.