New Capacity
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-07.)
New Capacity has 18 facts recorded in Dontopedia across 4 references, with 2 live disagreements.
Mostly:calculation(2), rdf:type(2), calculation formula(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedCalculationin disputecalculation
- Capacity Calculation[2]all time · 0cb60209 6aed 4aab 9fcf 4a2b2c8059a3
- 1.5_times_capacity[3]all time · 09246935 E47c 4a9e Abc1 9b01d8c42dee
Rdf:typein disputerdf:type
Calculation FormulacalculationFormula
- 1.5 Times Capacity[2]sourceall time · 0cb60209 6aed 4aab 9fcf 4a2b2c8059a3
Determinesdetermines
- Matrix Height[1]all time · 64b78ef0 51e8 44c3 8e8b 4efc1e6f6610
Commentcomment
- Increase capacity by 50%[1]sourceall time · 64b78ef0 51e8 44c3 8e8b 4efc1e6f6610
Calculated AscalculatedAs
- Int 1.5 Times Capacity[1]sourceall time · 64b78ef0 51e8 44c3 8e8b 4efc1e6f6610
Defines DimensiondefinesDimension
- First Dimension[4]sourceall time · C9fb5d03 21a9 4fec 954f 8c2ceb15ff5d
Is Calculated byisCalculatedBy
Descriptiondescription
- Increase capacity by 50%[4]sourceall time · C9fb5d03 21a9 4fec 954f 8c2ceb15ff5d
Uses MultiplierusesMultiplier
- 1.5[4]sourceall time · C9fb5d03 21a9 4fec 954f 8c2ceb15ff5d
Result ofresultOf
- Multi Plication[3]all time · 09246935 E47c 4a9e Abc1 9b01d8c42dee
Computed bycomputedBy
- Multi Plication[3]all time · 09246935 E47c 4a9e Abc1 9b01d8c42dee
Inbound mentions (12)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
allocatedWithSizeAllocated With Size(1)
- New Vectors Array
ex:new_vectors_array
assignsVariableAssigns Variable(1)
- Resize
ex:_resize
calculatesNewCapacityCalculates New Capacity(1)
- Resize
ex:_resize
containsContains(1)
- Tuple Args
ex:tuple_args
containsElementContains Element(1)
- Shape Tuple
ex:shape_tuple
dimension1Dimension1(1)
- New Vectors Array
ex:new_vectors_array
firstDimensionFirst Dimension(1)
- New Capacity by Vector Size
ex:new_capacity_by_vector_size
updatesCapacityUpdates Capacity(1)
- Resize
ex:_resize
Other facts (4)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (4)
- custom
ctx:claims/beam/64b78ef0-51e8-44c3-8e8b-4efc1e6f6610- full textbeam-chunktext/plain1 KB
doc:beam/64b78ef0-51e8-44c3-8e8b-4efc1e6f6610Show excerpt
def _resize(self): new_capacity = int(1.5 * self.capacity) # Increase capacity by 50% new_vectors = lil_matrix((new_capacity, self.vector_size), dtype=np.float32) new_vectors[:self.capacity] = self.vectors …
- custom
ctx:claims/beam/0cb60209-6aed-4aab-9fcf-4a2b2c8059a3- full textbeam-chunktext/plain1 KB
doc:beam/0cb60209-6aed-4aab-9fcf-4a2b2c8059a3Show excerpt
- The `get_vectors` method returns the stored vectors up to the current count as a dense array. 4. **Resizing**: - The `_resize` method increases the capacity of the matrix by 50% and copies the existing vectors to the new matrix. #…
- custom
ctx:claims/beam/09246935-e47c-4a9e-abc1-9b01d8c42dee - custom
ctx:claims/beam/c9fb5d03-21a9-4fec-954f-8c2ceb15ff5d- full textbeam-chunktext/plain1 KB
doc:beam/c9fb5d03-21a9-4fec-954f-8c2ceb15ff5dShow excerpt
def add_vector(self, vector): if self.num_vectors == self.capacity: self._resize() self.vectors[self.num_vectors] = vector self.num_vectors += 1 def get_vectors(self): return self.vectors…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.