mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-22 15:12:28 +00:00
Work on bug fixes in CTD classifier
This commit is contained in:
parent
481315187f
commit
83f1343b02
@ -31,12 +31,12 @@ public class PamguardVersionInfo {
|
|||||||
* Version number, major version.minorversion.sub-release.
|
* Version number, major version.minorversion.sub-release.
|
||||||
* Note: can't go higher than sub-release 'f'
|
* Note: can't go higher than sub-release 'f'
|
||||||
*/
|
*/
|
||||||
static public final String version = "2.02.04ac";
|
static public final String version = "2.02.04ae";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Release date
|
* Release date
|
||||||
*/
|
*/
|
||||||
static public final String date = "22 September 2022";
|
static public final String date = "29 September 2022";
|
||||||
|
|
||||||
// /**
|
// /**
|
||||||
// * Release type - Beta or Core
|
// * Release type - Beta or Core
|
||||||
|
@ -124,7 +124,7 @@ public class Chi2ThresholdClassifier implements CTClassifier {
|
|||||||
//System.out.println("Data selector: " + dataSelector);
|
//System.out.println("Data selector: " + dataSelector);
|
||||||
if (source!=null) {
|
if (source!=null) {
|
||||||
|
|
||||||
dataSelector=source.getDataSelectCreator().getDataSelector(clickTrainControl.getUnitName() + "_" + clssfrParams.classifierName
|
dataSelector=source.getDataSelectCreator().getDataSelector(clickTrainControl.getUnitName() + "_" + clssfrParams.uniqueID
|
||||||
+ "_X2_threshold_classifier", false, null);
|
+ "_X2_threshold_classifier", false, null);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user