Method | Description | |
---|---|---|
CanEliminate ( bool actual, bool expected ) : bool |
Checks if two variables can be eliminated.
|
|
CanEliminate ( bool actual, bool expected, double alpha ) : bool |
Checks if two variables can be eliminated.
|
|
Compute ( double inputs, int outputs ) : double |
Computes the reduction algorithm.
|
|
ComputeError ( double inputs, int outputs ) : double |
Computes the average decision error.
|
|
Simplification ( DecisionSet list ) : Accord.Math |
Initializes a new instance of the Simplification class.
|
Method | Description | |
---|---|---|
computeError ( double inputs, int outputs, IEnumerable |
||
match ( IEnumerable |
public CanEliminate ( bool actual, bool expected ) : bool | ||
actual | bool | |
expected | bool | |
return | bool |
public static CanEliminate ( bool actual, bool expected, double alpha ) : bool | ||
actual | bool | |
expected | bool | |
alpha | double | |
return | bool |
public Compute ( double inputs, int outputs ) : double | ||
inputs | double | A set of training inputs. |
outputs | int | The outputs corresponding to each of the inputs. |
return | double |
public ComputeError ( double inputs, int outputs ) : double | ||
inputs | double | A set of input vectors. |
outputs | int | A set of corresponding output vectors. |
return | double |
public Simplification ( DecisionSet list ) : Accord.Math | ||
list | DecisionSet | The decision set to be simplified. |
return | Accord.Math |