Interface ListParameter

All Superinterfaces:
ConcreteParameter<List<Integer>>

public interface ListParameter extends ConcreteParameter<List<Integer>>
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    of(List value)
     

    Methods inherited from interface org.neo4j.gds.ml.models.automl.hyperparameter.ConcreteParameter

    value