$ A B C D E F G H I J K L M N O P Q R S T U V W X Y 

N

nAgent() - Method in class Core.CBR.Models.Results.AgentResults
 
name(String) - Method in class IO.JSON.Gson.com.google.gson.internal.bind.JsonTreeWriter
 
name(String) - Method in class IO.JSON.Gson.com.google.gson.stream.JsonWriter
Encodes the property name.
nClassificacions() - Method in class Core.CBR.Models.Results.Classificacio
Retorna el nombre de classificacions
neededCorrection() - Method in class Core.CBR.Revise.RevisePepper
Method to return wether the ICR result needed a correction upon revision.
neededCorrection() - Method in class Core.CBR.Revise.RevisePepperAdaptableLearnRate
Method to return wether the ICR result needed a correction upon revision.
negatiu - Variable in class Core.CBR.Reuse.Reuse
Valor que es considera negatiu (per experiments amb classe binaria)
negatiu - Variable in class Core.DistributedApproaches.MultiAgent.CoordinadorSingle_Experiment
Valor de la classe que es considera negatiu
newFactory(TypeToken<?>, Object) - Static method in class IO.JSON.Gson.com.google.gson.internal.bind.TreeTypeAdapter
Returns a new factory that will match each type against exactType.
newFactory(TypeToken<TT>, TypeAdapter<TT>) - Static method in class IO.JSON.Gson.com.google.gson.internal.bind.TypeAdapters
 
newFactory(Class<TT>, TypeAdapter<TT>) - Static method in class IO.JSON.Gson.com.google.gson.internal.bind.TypeAdapters
 
newFactory(Class<TT>, Class<TT>, TypeAdapter<? super TT>) - Static method in class IO.JSON.Gson.com.google.gson.internal.bind.TypeAdapters
 
newFactoryForMultipleTypes(Class<TT>, Class<? extends TT>, TypeAdapter<? super TT>) - Static method in class IO.JSON.Gson.com.google.gson.internal.bind.TypeAdapters
 
newFactoryWithMatchRawType(TypeToken<?>, Object) - Static method in class IO.JSON.Gson.com.google.gson.internal.bind.TreeTypeAdapter
Returns a new factory that will match each type and its raw type against exactType.
newInstance(Class<T>) - Method in class IO.JSON.Gson.com.google.gson.internal.UnsafeAllocator
 
newJsonReader(Reader) - Method in class IO.JSON.Gson.com.google.gson.Gson
Returns a new JSON reader configured for the settings on this Gson instance.
newJsonWriter(Writer) - Method in class IO.JSON.Gson.com.google.gson.Gson
Returns a new JSON writer configured for the settings on this Gson instance.
newParameterizedTypeWithOwner(Type, Type, Type...) - Static method in class IO.JSON.Gson.com.google.gson.internal.$Gson$Types
Returns a new parameterized type, applying typeArguments to rawType and enclosed by ownerType.
newTypeHierarchyFactory(Class<?>, Object) - Static method in class IO.JSON.Gson.com.google.gson.internal.bind.TreeTypeAdapter
Returns a new factory that will match each type's raw type for assignability to hierarchyType.
newTypeHierarchyFactory(Class<T1>, TypeAdapter<T1>) - Static method in class IO.JSON.Gson.com.google.gson.internal.bind.TypeAdapters
Returns a factory for all subtypes of typeAdapter.
next() - Method in class Core.CBR.Models.Population.PopulationIterator
 
next() - Method in class Core.CBR.Models.Results.ClassificacioParametres.Iterador
 
next() - Method in class IO.JSON.Gson.com.google.gson.JsonStreamParser
Returns the next available JsonElement on the reader.
nextBoolean() - Method in class IO.JSON.Gson.com.google.gson.internal.bind.JsonTreeReader
 
nextBoolean() - Method in class IO.JSON.Gson.com.google.gson.stream.JsonReader
Returns the boolean value of the next token, consuming it.
nextDouble() - Method in class IO.JSON.Gson.com.google.gson.internal.bind.JsonTreeReader
 
nextDouble() - Method in class IO.JSON.Gson.com.google.gson.stream.JsonReader
Returns the double value of the next token, consuming it.
nextFloat() - Method in class Core.Tools.SingleRandom
 
nextInt(int) - Method in class Core.Tools.SingleRandom
 
nextInt() - Method in class IO.JSON.Gson.com.google.gson.internal.bind.JsonTreeReader
 
nextInt() - Method in class IO.JSON.Gson.com.google.gson.stream.JsonReader
Returns the int value of the next token, consuming it.
nextLong() - Method in class IO.JSON.Gson.com.google.gson.internal.bind.JsonTreeReader
 
nextLong() - Method in class IO.JSON.Gson.com.google.gson.stream.JsonReader
Returns the long value of the next token, consuming it.
nextName() - Method in class IO.JSON.Gson.com.google.gson.internal.bind.JsonTreeReader
 
nextName() - Method in class IO.JSON.Gson.com.google.gson.stream.JsonReader
Returns the next token, a property name, and consumes it.
nextNull() - Method in class IO.JSON.Gson.com.google.gson.internal.bind.JsonTreeReader
 
nextNull() - Method in class IO.JSON.Gson.com.google.gson.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is a literal null.
nextString() - Method in class IO.JSON.Gson.com.google.gson.internal.bind.JsonTreeReader
 
nextString() - Method in class IO.JSON.Gson.com.google.gson.stream.JsonReader
Returns the string value of the next token, consuming it.
nIndividu() - Method in class Core.CBR.Models.Results.AgentResults
 
normalitza() - Method in class Core.CBR.Models.Results.AgentResults
 
normalitza() - Method in class Core.CBR.Models.Results.MatriuDistancies
Normalitza els valors de la matriu de distancies.
normalitzaPesos() - Method in class Core.DistributedApproaches.MetaCBR.Weights.CalcPesos
 
NotFilteringByContext - Class in Core.CBR.Retrieve.ContextReasoning
Specific implementation of ContextReasoning
NotFilteringByContext() - Constructor for class Core.CBR.Retrieve.ContextReasoning.NotFilteringByContext
 
nPaquets - Variable in class Core.DistributedApproaches.MultiAgent.Coordinador
Quantitat de paquets que estan per processar.
nSeleccions() - Method in class Core.CBR.Models.Results.SeleccioIndividus
Retorna el nombre de individus amb seleccions
nSeleccions(int) - Method in class Core.CBR.Models.Results.SeleccioIndividus
Retorna el nombre d'individus seleccionats per l'individu 'i'
nSeleccions(Individual) - Method in class Core.CBR.Models.Results.SeleccioIndividus
Retorna el nombre d'individus seleccionats per l'individu 'ind'
nSeleccions(String) - Method in class Core.CBR.Models.Results.SeleccioIndividus
Retorna el nombre d'individus seleccionats per l'individu 'id'
nTest() - Method in class Core.CBR.Models.Results.MatriuDistancies
Retorna la quantitat d'individus de test que hi ha.
nTrain() - Method in class Core.CBR.Models.Results.MatriuDistancies
Retorna la quantitat d'individus de train que hi ha.
nullSafe() - Method in class IO.JSON.Gson.com.google.gson.TypeAdapter
This wrapper method is used to make a type adapter null tolerant.
nullValue() - Method in class IO.JSON.Gson.com.google.gson.internal.bind.JsonTreeWriter
 
nullValue() - Method in class IO.JSON.Gson.com.google.gson.stream.JsonWriter
Encodes null.
NUMBER - Static variable in class IO.JSON.Gson.com.google.gson.internal.bind.TypeAdapters
 
NUMBER_FACTORY - Static variable in class IO.JSON.Gson.com.google.gson.internal.bind.TypeAdapters
 
numberOfAttributes() - Method in class Core.CBR.Models.Population
Retorna la quantitat d'attributes que te la Population.
NUMERIC - Static variable in class Core.CBR.Models.Attribute
Define NUMERIC = 1
numeric_dist - Variable in class Core.CBR.Distances.Globals.GlobalDistance
Object to computeDistance the local numeric computeDistance.
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y