Uses of Record Class
com.knezevic.edaf.v3.problems.grammar.CsvDataLoader.ClassificationData.Row
Packages that use CsvDataLoader.ClassificationData.Row
Package
Description
Grammar-based symbolic regression/classification problems.
-
Uses of CsvDataLoader.ClassificationData.Row in com.knezevic.edaf.v3.problems.grammar
Methods in com.knezevic.edaf.v3.problems.grammar that return types with arguments of type CsvDataLoader.ClassificationData.RowModifier and TypeMethodDescriptionCsvDataLoader.ClassificationData.rows()Returns the value of therowsrecord component.Constructor parameters in com.knezevic.edaf.v3.problems.grammar with type arguments of type CsvDataLoader.ClassificationData.RowModifierConstructorDescriptionClassificationData(List<CsvDataLoader.ClassificationData.Row> rows, List<String> featureOrder, List<String> classValues, Map<String, Integer> classIndexByLabel) Creates an instance of aClassificationDatarecord class.