public abstract class DensityTree.Rule extends Object
Modifier and Type | Field and Description |
---|---|
double |
fitness
The Fitness.
|
String |
name
The Name.
|
Constructor and Description |
---|
Rule(String name)
Instantiates a new Rule.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
eval(double[] pt)
Eval boolean.
|
String |
toString() |
Copyright © 2019 SimiaCryptus Software. All rights reserved.