Uses of Class
org.tinfour.svm.properties.SvmFileSpecification
-
Packages that use SvmFileSpecification Package Description org.tinfour.svm.properties Provides classes in support of the problem specification for an SVM Analysis. -
-
Uses of SvmFileSpecification in org.tinfour.svm.properties
Methods in org.tinfour.svm.properties that return types with arguments of type SvmFileSpecification Modifier and Type Method Description List<SvmFileSpecification>SvmProperties. getBoundarySpecifications()Get a list of the SVM file specifications for the polygon bounding constraints of the body of water.List<SvmFileSpecification>SvmProperties. getSampleSpecifications()Get a list of the SVM file specifications for input samples.List<SvmFileSpecification>SvmProperties. getSupplementSpecifications()Get a list of the SVM file specifications for supplemental samples.
-